diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-31 15:13:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-31 15:13:27 -0400 |
commit | b858452f944e33b175e1ef16bf94b35dcf64bf31 (patch) | |
tree | 79b55706a6fb8f49bf4996b51b8240570c36cd53 /doc | |
parent | becc95783979cf1879e6390aad80781d0ce3ea66 (diff) | |
download | tor-b858452f944e33b175e1ef16bf94b35dcf64bf31.tar.gz tor-b858452f944e33b175e1ef16bf94b35dcf64bf31.zip |
Add a sentence to the manpage about nonanonymous=>Socksport 0.
Closes 20487.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 9d8b631e35..b502e447d0 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2434,7 +2434,9 @@ The following options are used to configure a hidden service. [[HiddenServiceNonAnonymousMode]] **HiddenServiceNonAnonymousMode** **0**|**1**:: Makes hidden services non-anonymous on this tor instance. Allows the non-anonymous HiddenServiceSingleHopMode. Enables direct connections in the - server-side hidden service protocol. + server-side hidden service protocol. If you are using this option, + you need to disable all client-side services on your Tor instance, + including setting SOCKSPort to "0". (Default: 0) TESTING NETWORK OPTIONS |