aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-12-23 19:00:46 -0500
committerNick Mathewson <nickm@torproject.org>2013-12-23 19:00:46 -0500
commit35115496511f64c08849a039c926910739467169 (patch)
tree564a5a83f21a3f9a6483e77d0ee632f6134b75b5 /doc
parent59a162f7d2048bc5e6bbc953c2bdc76a0367221b (diff)
downloadtor-35115496511f64c08849a039c926910739467169.tar
tor-35115496511f64c08849a039c926910739467169.tar.gz
Clarify DirPort multiplicity
Fix for #10470 as suggested by arma
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 938ed2c78..3f8f6da03 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -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.