diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2014-09-04 06:25:38 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2014-09-04 06:25:38 +0200 |
commit | 10fe5bad9aaf326b925092883b856f64f8dca478 (patch) | |
tree | 2931015cb43ec7eb5a29bedfde7ce6b45728a39a /doc | |
parent | 54348201f7cce9c0c01e9d4835714a2fec55c67c (diff) | |
download | tor-10fe5bad9aaf326b925092883b856f64f8dca478.tar.gz tor-10fe5bad9aaf326b925092883b856f64f8dca478.zip |
Remove the AuthDirRejectUnlisted config option
This is in preparation for a big patch series removing the entire Naming
system from Tor. In its wake, the approved-routers file is being
deprecated, and a replacement option to allow only pre-approved routers
is not being implemented.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index a997bc3ad0..3284b94ea8 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1943,12 +1943,6 @@ on the public Tor network. 1 unless you plan to list non-functioning exits as bad; otherwise, you are effectively voting in favor of every declared exit as an exit.) -[[AuthDirRejectUnlisted]] **AuthDirRejectUnlisted** **0**|**1**:: - Authoritative directories only. If set to 1, the directory server rejects - all uploaded server descriptors that aren't explicitly listed in the - fingerprints file. This acts as a "panic button" if we get hit with a Sybil - attack. (Default: 0) - [[AuthDirMaxServersPerAddr]] **AuthDirMaxServersPerAddr** __NUM__:: Authoritative directories only. The maximum number of servers that we will list as acceptable on a single IP address. Set this to "0" for "no limit". |