diff options
author | David Goulet <dgoulet@torproject.org> | 2018-11-15 14:36:39 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-11-15 14:36:39 -0500 |
commit | f41bec12904d429c17c64eafeb7a3a92a81e614e (patch) | |
tree | d53cd1bd6260ee0719c1671de30add224cabbb94 /doc | |
parent | a9db07f3253bb7db23c05fbe0e01ff424a5a45a1 (diff) | |
download | tor-f41bec12904d429c17c64eafeb7a3a92a81e614e.tar.gz tor-f41bec12904d429c17c64eafeb7a3a92a81e614e.zip |
man: ClientOnionAuthDir can't be reloaded with Sandbox 1
By adding a file to the ClientOnionAuthDir and sending a HUP signal, tor would
load the new file and use it. However, that doesn't work with the Sandbox
since post initilization, nothing can be changed.
Document in the manpage that limitation within the Sandbox description.
Closes #28128
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 019c8af757..097db065bb 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -611,6 +611,7 @@ GENERAL OPTIONS ServerDNSResolvConfFile Tor must remain in client or server mode (some changes to ClientOnly and ORPort are not allowed). + ClientOnionAuthDir and any files in it won't reload on HUP signal. (Default: 0) [[Socks4Proxy]] **Socks4Proxy** __host__[:__port__]:: |