]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clarify DirPort multiplicity
authorNick Mathewson <nickm@torproject.org>
Tue, 24 Dec 2013 00:00:46 +0000 (19:00 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 24 Dec 2013 00:00:46 +0000 (19:00 -0500)
Fix for #10470 as suggested by arma

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

diff --git a/changes/bug10470 b/changes/bug10470
new file mode 100644 (file)
index 0000000..2b75343
--- /dev/null
@@ -0,0 +1,4 @@
+  o Documentation fixes:
+    - Note that all but one DirPort entry must have the NoAdvertise flag
+      set. Fix for #10470.
+
index 938ed2c78245a8514e31cd89d79686104bf954be..3f8f6da03698959d1dc9d1d971cefff5b9432b6f 100644 (file)
@@ -1763,7 +1763,8 @@ if DirPort is non-zero):
 [[DirPort]] **DirPort** \['address':]__PORT__|**auto** [_flags_]::
     If this option is nonzero, advertise the directory service on this port.
     Set it to "auto" to have Tor pick a port for you.  This option can occur
-    more than once. (Default: 0)
+    more than once, but only one advertised DirPort is supported: all
+    but one DirPort must have the **NoAdvertise** flag set. (Default: 0)
 +
     The same flags are supported here as are supported by ORPort.