diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-13 12:50:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-13 12:50:55 -0500 |
commit | d8b7dcca8de8894c147571dd3e259f00a708e348 (patch) | |
tree | 2ed308a140363a95b1070756b6c081b8185403ad /doc/tor.1.txt | |
parent | 732c885b32477513b6ef374620dec32c54eb2d9c (diff) | |
parent | 066acaf6b9e5c38fc392e85c14457f338d3c1dff (diff) | |
download | tor-d8b7dcca8de8894c147571dd3e259f00a708e348.tar.gz tor-d8b7dcca8de8894c147571dd3e259f00a708e348.zip |
Merge remote-tracking branch 'andrea/ticket12585_v3'
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 7b214538b0..a6f3b6dad4 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -294,7 +294,7 @@ GENERAL OPTIONS [[ControlSocket]] **ControlSocket** __Path__:: Like ControlPort, but listens on a Unix domain socket, rather than a TCP - socket. (Unix and Unix-like systems only.) + socket. '0' disables ControlSocket (Unix and Unix-like systems only.) [[ControlSocketsGroupWritable]] **ControlSocketsGroupWritable** **0**|**1**:: If this option is set to 0, don't allow the filesystem group to read and @@ -483,6 +483,15 @@ GENERAL OPTIONS in accordance to RFC 1929. Both username and password must be between 1 and 255 characters. +[[SocksSocket]] **SocksSocket** __Path__:: + Like SocksPort, but listens on a Unix domain socket, rather than a TCP + socket. '0' disables SocksSocket (Unix and Unix-like systems only.) + +[[SocksSocketsGroupWritable]] **SocksSocketsGroupWritable** **0**|**1**:: + If this option is set to 0, don't allow the filesystem group to read and + write unix sockets (e.g. SocksSocket). If the option is set to 1, make + the SocksSocket socket readable and writable by the default GID. (Default: 0) + [[KeepalivePeriod]] **KeepalivePeriod** __NUM__:: To keep firewalls from expiring connections, send a padding keepalive cell every NUM seconds on open connections that are in use. If the connection |