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 /src/or/or.h | |
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 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 3683607741..207c70de7b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3768,8 +3768,6 @@ typedef struct { * and vote for all other dir mirrors as good. */ int AuthDirListBadExits; /**< True iff we should list bad exits, * and vote for all other exits as good. */ - int AuthDirRejectUnlisted; /**< Boolean: do we reject all routers that - * aren't named in our fingerprint file? */ int AuthDirMaxServersPerAddr; /**< Do not permit more than this * number of servers per IP address. */ int AuthDirMaxServersPerAuthAddr; /**< Do not permit more than this |