diff options
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 |