mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb'
This commit is contained in:
+15
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user