diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-18 18:36:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-18 18:36:32 +0000 |
commit | c8160bce1ffa9ed050de7d3448ba16b013b7a0e0 (patch) | |
tree | 3e3175249c41cb92b7dea03eceb0a69b85913e9b /doc/tor.1.in | |
parent | f2550a52d46a6269863ac2e17774798c3a8533fd (diff) | |
download | tor-c8160bce1ffa9ed050de7d3448ba16b013b7a0e0.tar.gz tor-c8160bce1ffa9ed050de7d3448ba16b013b7a0e0.zip |
r17188@tombo: nickm | 2008-07-18 14:35:18 -0400
Add new ExcludeExitNodes option. Also add a new routerset type to handle Exclude[Exit]Nodes. It is optimized for O(1) membership tests, so as to make choosing a random router run in O(N_routers) time instead of in O(N_routers*N_Excluded_Routers).
svn:r16061
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 0275c21dbd..381fe79414 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -422,8 +422,16 @@ you are reliable and high-bandwidth enough to be a useful server.) .LP .TP \fBExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP -A list of identity fingerprints or nicknames of nodes to never use when -building a circuit. +A list of identity fingerprints, nicknames, and address patterns of +nodes to never use when building a circuit. (Example: ExcludeNodes +SlowServer, $ABCDEFFFFFFFFFFFFFFF, 255.254.0.0/8) +.LP +.TP +\fBExcludeExitNodes \fR\fInode\fR,\fInode\fR,\fI...\fP +A list of identity fingerprints, nicknames, and address patterns of +nodes to never use when picking an exit node. Note that any node +listed in ExcludeNodes is automatically considered to be part of this +list. .LP .TP \fBEntryNodes \fR\fInode\fR,\fInode\fR,\fI...\fP |