diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-12-23 19:58:25 +0200 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-12-23 19:58:25 +0200 |
commit | 8eadfad71daaad985ac1262436bc232d4b184d71 (patch) | |
tree | a65adf5e0f50ed13d4a1c9ffa6e84b927fc6aa6e /doc/tor.1.txt | |
parent | 99713b176b3713c3960be7b2852ffdb301daa916 (diff) | |
download | tor-8eadfad71daaad985ac1262436bc232d4b184d71.tar.gz tor-8eadfad71daaad985ac1262436bc232d4b184d71.zip |
Tweak ControlPort description in manpage
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 4ff789a931..b058bebcb3 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -350,7 +350,7 @@ GENERAL OPTIONS all sockets will be set to this limit. Must be a value between 2048 and 262144, in 1024 byte increments. Default of 8192 is recommended. -[[ControlPort]] **ControlPort** __PORT__|**unix:**__path__|**auto** [__flags__]:: +[[ControlPort]] **ControlPort** \['address':]__port__|**unix:**__path__|**auto** [__flags__]:: If set, Tor will accept connections on this port and allow those connections to control the Tor process using the Tor Control Protocol (described in control-spec.txt in @@ -361,7 +361,8 @@ GENERAL OPTIONS methods means either method is sufficient to authenticate to Tor.) This option is required for many Tor controllers; most use the value of 9051. If a unix domain socket is used, you may quote the path using standard - C escape sequences. + C escape sequences. You can specify this directive multiple times, to + bind to multiple address/port pairs. Set it to "auto" to have Tor pick a port for you. (Default: 0) + + Recognized flags are... |