diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-09 12:13:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-13 10:41:28 -0400 |
commit | dad12188a6ca957f6fde1eb602fd98b2fa93b1a4 (patch) | |
tree | ac7c2d4d5e1ff39675df1bc3723b57ec453b4b92 /doc | |
parent | c55c8f0d4926481ea2cf49e14915688de2eb4938 (diff) | |
download | tor-dad12188a6ca957f6fde1eb602fd98b2fa93b1a4.tar tor-dad12188a6ca957f6fde1eb602fd98b2fa93b1a4.tar.gz |
Write automatically-chosen control ports to a file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e48342e16..606580db5 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -191,6 +191,11 @@ Other options can be specified either on the command-line (--option the default GID. [Making the file readable by other groups is not yet implemented; let us know if you need this for some reason.] (Default: 0). +**ControlPortWriteToFile** __Path__:: + If set, Tor writes the address and port of any control port it opens to + this address. Usable by controllers to learn the actual control port + when ControlPort is set to "auto". + **DataDirectory** __DIR__:: Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor) |