Commit 35115496 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Clarify DirPort multiplicity

Fix for #10470 as suggested by arma
parent 59a162f7
Loading
Loading
Loading
Loading

changes/bug10470

0 → 100644
+4 −0
Original line number Diff line number Diff line
  o Documentation fixes:
    - Note that all but one DirPort entry must have the NoAdvertise flag
      set. Fix for #10470.
+2 −1
Original line number Diff line number Diff line
@@ -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.