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