diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-16 15:38:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-16 15:38:08 -0400 |
commit | 2ba6542517fcff4ec4e7051870085cfdb6bc26aa (patch) | |
tree | ee426b30c8df23e3400516e191702a596107239f /doc | |
parent | 90701c1de45ad96b9e4d08938613e754c34f0c3d (diff) | |
parent | 61dcd926aa8cc5080177eb48bcf9dc14a67e527a (diff) | |
download | tor-2ba6542517fcff4ec4e7051870085cfdb6bc26aa.tar.gz tor-2ba6542517fcff4ec4e7051870085cfdb6bc26aa.zip |
Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 6cfad56f08..ca686281b8 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -274,7 +274,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**:: +[[ControlPort]] **ControlPort** __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). Note: unless you also specify one or @@ -284,6 +284,14 @@ GENERAL OPTIONS method is sufficient to authenticate to Tor.) This option is required for many Tor controllers; most use the value of 9051. Set it to "auto" to have Tor pick a port for you. (Default: 0) + + + Recognized flags are:: + **GroupWritable**;; + Unix domain sockets only: makes the socket get created as + group-writable. + **WorldWritable**;; + Unix domain sockets only: makes the socket get created as + world-writable. [[ControlListenAddress]] **ControlListenAddress** __IP__[:__PORT__]:: Bind the controller listener to this address. If you specify a port, bind @@ -1009,6 +1017,12 @@ The following options are useful only for clients (that is, if **CacheIPv6DNS**;; Tells the client to remember IPv6 DNS answers we receive from exit nodes via this connection. + **GroupWritable**;; + Unix domain sockets only: makes the socket get created as + group-writable. + **WorldWritable**;; + Unix domain sockets only: makes the socket get created as + world-writable. **CacheDNS**;; Tells the client to remember all DNS answers we receive from exit nodes via this connection. |