]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a sentence to the manpage about nonanonymous=>Socksport 0.
authorNick Mathewson <nickm@torproject.org>
Mon, 31 Oct 2016 19:13:27 +0000 (15:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 31 Oct 2016 19:13:27 +0000 (15:13 -0400)
Closes 20487.

changes/bug20487 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug20487 b/changes/bug20487
new file mode 100644 (file)
index 0000000..4435f14
--- /dev/null
@@ -0,0 +1,4 @@
+  o Documentation:
+    - Clarify that setting HiddenServiceNonAnonymousMode requires
+      you to also set "SOCKSPort 0". Fixes bug 20487; bugfix on
+      0.2.9.3-alpha.
index 9d8b631e3579dd7102ff22aa9b8ab8d1280a3881..b502e447d00b928268de503425caacb0c574d9fa 100644 (file)
@@ -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