diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-02-23 08:32:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-02-23 08:32:58 -0500 |
commit | 4321755de7d4603561369537f6f7c11cefa49262 (patch) | |
tree | 2f21fc1d91bc64ce24529278967d23722c5e6354 /doc/man | |
parent | 890780054975e0c5eb95b097deb6fac53640f66d (diff) | |
parent | 1c45a3df7cf9d6d2924e97aa466593ff1f6b70fe (diff) | |
download | tor-4321755de7d4603561369537f6f7c11cefa49262.tar.gz tor-4321755de7d4603561369537f6f7c11cefa49262.zip |
Merge branch 'ticket40282_046_01_squashed'
Diffstat (limited to 'doc/man')
-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 |