mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Document disable option for ControlSocket and SocksSocket
This commit is contained in:
parent
0729b2be53
commit
78956f5d85
@ -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
|
||||
@ -485,7 +485,7 @@ GENERAL OPTIONS
|
||||
|
||||
[[SocksSocket]] **SocksSocket** __Path__::
|
||||
Like SocksPort, but listens on a Unix domain socket, rather than a TCP
|
||||
socket. (Unix and Unix-like systems only.)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user