diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-23 07:47:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-23 07:47:50 -0400 |
commit | 8c01aee2e3b8970af96f5b1a662bdf80d0e22489 (patch) | |
tree | 14719469c62680d478d951392238255bd50c0627 /doc | |
parent | 915791bc483ca3c8adb63d211afd52b3f98007a9 (diff) | |
download | tor-8c01aee2e3b8970af96f5b1a662bdf80d0e22489.tar.gz tor-8c01aee2e3b8970af96f5b1a662bdf80d0e22489.zip |
Document default for ControlSocket.
Closes 25897.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 05a612d6a2..594dedf397 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -368,7 +368,8 @@ GENERAL OPTIONS [[ControlSocket]] **ControlSocket** __Path__:: Like ControlPort, but listens on a Unix domain socket, rather than a TCP - socket. '0' disables ControlSocket (Unix and Unix-like systems only.) + socket. '0' disables ControlSocket. (Unix and Unix-like systems only.) + (Default: 0) [[ControlSocketsGroupWritable]] **ControlSocketsGroupWritable** **0**|**1**:: If this option is set to 0, don't allow the filesystem group to read and |