diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-17 13:13:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-02-23 08:29:32 -0500 |
commit | 100c758cd83edb5c64ff669d1b5f444c83addb5c (patch) | |
tree | f868caf0ebb7ab92b77050e7cfbaebe1105c6738 | |
parent | 9541ed63a1af9e7d4632aa261976f053bad12438 (diff) | |
download | tor-100c758cd83edb5c64ff669d1b5f444c83addb5c.tar.gz tor-100c758cd83edb5c64ff669d1b5f444c83addb5c.zip |
man: Note that relay now ignore the DirPort option
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r-- | doc/man/tor.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 3538d94b8e..4b34790e00 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -2794,6 +2794,13 @@ details.) but one DirPort must have the **NoAdvertise** flag set. (Default: 0) + + The same flags are supported here as are supported by ORPort. + + + As of Tor 0.4.6.1-alpha, non authoritative relays (see + AuthoritativeDirectory) will not publish the DirPort but will still listen + on it so to avoid any unknown issues by closing all the sudden all + DirPorts on the network for most relays. We expect relays to stop + listening at some point in future stable releases. It is thus safe for you + to remove the DirPort from your torrc configuration. [[DirPortFrontPage]] **DirPortFrontPage** __FILENAME__:: When this option is set, it takes an HTML file and publishes it as "/" on |