diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-10 16:08:47 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-10 16:08:47 +0000 |
commit | ca5f670fab9028053972443d4d3ec31b6c5a7680 (patch) | |
tree | eee4b2a483cabada5aff4c39d9d8787b63e7a3e0 /doc/tor.1.in | |
parent | e3d4997960c313a3cbf4c4640eacd592f66362b2 (diff) | |
download | tor-ca5f670fab9028053972443d4d3ec31b6c5a7680.tar.gz tor-ca5f670fab9028053972443d4d3ec31b6c5a7680.zip |
r17548@catbus: nickm | 2008-01-10 11:08:12 -0500
Make proposal-109 behavior optional.
svn:r13090
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 3860d7e881..500fed0066 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1129,6 +1129,17 @@ 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 Sybiled. (Default: 0) +.LP +.TP +\fBAuthDirMaxServersPerAddr\fR \fINUM\fP +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". (Default: 2) +.LP +.TP +\fBAuthDirMaxServersPerAuthAddr\fR \fINUM\fP +Authoritative directories only. Like AuthDirMaxServersPerAddr, but +applies to addresses shared with directory authorities. (Default: 5) .SH HIDDEN SERVICE OPTIONS .PP |