diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-05 08:29:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-05 08:29:41 -0500 |
commit | 4002a84ffe97480b6bd67cbfb9c65d19457f41fe (patch) | |
tree | d66a7a127b7faf649ae084267da082d94581b491 /doc/tor.1.txt | |
parent | 00509aaafab98db877ac9ed6724ea5ae96cfa8de (diff) | |
parent | 894d207f844cf5fa5816432abfe8d1c02763cd59 (diff) | |
download | tor-4002a84ffe97480b6bd67cbfb9c65d19457f41fe.tar.gz tor-4002a84ffe97480b6bd67cbfb9c65d19457f41fe.zip |
Merge remote-tracking branch 'tor-github/pr/561'
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 634f4b28f2..c886e37613 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -610,7 +610,8 @@ GENERAL OPTIONS Logs ServerDNSResolvConfFile Tor must remain in client or server mode (some changes to ClientOnly and - ORPort are not allowed). + ORPort are not allowed). Launching new Onion Services through Control + Port is not supported with current syscall sandboxing implementation. ClientOnionAuthDir and any files in it won't reload on HUP signal. (Default: 0) @@ -2821,6 +2822,8 @@ The following options are used to configure a hidden service. Store data files for a hidden service in DIRECTORY. Every hidden service must have a separate directory. You may use this option multiple times to specify multiple services. If DIRECTORY does not exist, Tor will create it. + Please note that you cannot add new Onion Service to already running Tor + instance if **Sandbox** is enabled. (Note: in current versions of Tor, if DIRECTORY is a relative path, it will be relative to the current working directory of Tor instance, not to its DataDirectory. Do not |