diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-23 03:48:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-23 03:48:42 +0000 |
commit | 42bab1c6d32dc023482bfe9adef365652dd65497 (patch) | |
tree | faf207e77ba50391470b5f6d1bd65b5dee60f45c /doc/tor.1.in | |
parent | 833f8245c43e330eff9218352ad7e1506f23d83a (diff) | |
download | tor-42bab1c6d32dc023482bfe9adef365652dd65497.tar.gz tor-42bab1c6d32dc023482bfe9adef365652dd65497.zip |
r9318@Kushana: nickm | 2006-10-22 15:22:57 -0400
Let directory authorities set the BadExit flag if they like. Also, refactor directory authority code so we can believe multiple things about a single router, and do fewer linear searches.
svn:r8794
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index c3ad410c5f..f3050fa6a4 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -779,6 +779,12 @@ option is only useful for authoritative directories, so you probably don't want to use it. .LP .TP +\fBAuthDirBadExit \fR\fIAddressPattern\fR...\fP +Authoritative directories only. A set of address patterns for servers that +will be listed as bad exits in any network status document this authority +publishes, if \fBAuthDirListBadExits\fR is set. +.LP +.TP \fBAuthDirInvalid \fR\fIAddressPattern\fR...\fP Authoritative directories only. A set of address patterns for servers that will never be listed as "valid" in any network status document that this @@ -792,6 +798,14 @@ authority publishes, or accepted as an OR address in any descriptor submitted for publication by this authority. .LP .TP +\fBAuthDirListBadExits \fR\fB0\fR|\fB1\fR\fP +Authoritative directories only. If set to 1, this directory has +some opinion about which nodes are unsuitable as exit nodes. (Do not +set this to 1 unless you plan to list nonfunctioning exits as bad; +otherwise, you are effectively voting in favor of every declared exit +as an exit.) +.LP +.TP \fBAuthDirRejectUnlisted \fR\fB0\fR|\fB1\fR\fP Authoritative directories only. If set to 1, the directory server rejects all uploaded server descriptors that aren't explicitly listed |