aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-04-27 15:20:01 -0400
committerNick Mathewson <nickm@torproject.org>2011-04-27 15:20:01 -0400
commit78c610eea9472348634e05b49f9d3a9f4dcc221c (patch)
treeb06dec95f80aee4824871bc8c03d70b5f4a9440a /doc
parent8b686d98c47226dfc4d7c87d6a472b592135ae07 (diff)
parent247cbab6c8a37c5e6225bfd60491b071a29331e4 (diff)
downloadtor-78c610eea9472348634e05b49f9d3a9f4dcc221c.tar
tor-78c610eea9472348634e05b49f9d3a9f4dcc221c.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.2'
Conflicts: doc/tor.1.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index f24eaba7e..8599fdc19 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -529,7 +529,7 @@ The following options are useful only for clients (that is, if
patterns of nodes to never use when picking an exit node---that is, a
node that delivers traffic for you outside the Tor network. Note that any
node listed in ExcludeNodes is automatically considered to be part of this
- list too. See also the caveats on the "ExitNodes" option below
+ list too. See also the caveats on the "ExitNodes" option below.
**ExitNodes** __node__,__node__,__...__::
A list of identity fingerprints, nicknames, country codes and address
@@ -544,18 +544,20 @@ The following options are useful only for clients (that is, if
Note also that not every circuit is used to deliver traffic outside of
the Tor network. It is normal to see non-exit circuits (such as those
used to connect to hidden services, those that do directory fetches,
- those used for self-tests, and so on) that end at a non-exit node. To
+ those used for relay reachability self-tests, and so on) that end
+ at a non-exit node. To
keep a node from being used entirely, see ExcludeNodes and StrictNodes. +
+
The ExcludeNodes option overrides this option: any node listed in both
ExitNodes and ExcludeNodes is treated as excluded. +
+
- The .exit address notation, if enabled, overrides this option.
+ The .exit address notation, if enabled via AllowDotExit, overrides
+ this option.
**EntryNodes** __node__,__node__,__...__::
A list of identity fingerprints, nicknames, and country codes of nodes
to use for the first hop in your normal circuits.
- This includes all
+ Normal circuits include all
circuits except for direct connections to directory servers. The Bridge
option overrides this option; if you have configured bridges and
UseBridges is 1, the Bridges are used as your entry nodes. +
@@ -570,7 +572,7 @@ The following options are useful only for clients (that is, if
still try to avoid nodes in the ExcludeNodes list, but it will err on the
side of avoiding unexpected errors. Specifically, StrictNodes 0 tells
Tor that it is okay to use an excluded node when it is *necessary* to
- perform self-tests, connect to
+ perform relay reachability self-tests, connect to
a hidden service, provide a hidden service to a client, fulfill a .exit
request, upload directory information, or download directory information.
(Default: 0)