diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-11-15 14:09:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-11-15 14:09:32 -0500 |
commit | ac2c0cb587548c4faf3fa225064cdbd183f609bb (patch) | |
tree | 719ecbfc238b9d6343db6e2f3ad6e6eeabf916af | |
parent | 433a98131a6b7eb1e59b7ef1e9e9ece2d1ef54ba (diff) | |
download | tor-ac2c0cb587548c4faf3fa225064cdbd183f609bb.tar.gz tor-ac2c0cb587548c4faf3fa225064cdbd183f609bb.zip |
Make the coducmentation for SingleHop stuff slightly more dire
-rw-r--r-- | doc/tor.1.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index f7cccb5215..c8608eb845 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -414,7 +414,9 @@ The following options are useful only for clients (that is, if This option controls whether circuits built by Tor will include relays with the AllowSingleHopExits flag set to true. If ExcludeSingleHopRelays is set to 0, these relays will be included. Note that these relays might be at - higher risk of being seized or observed, so they are not normally included. + higher risk of being seized or observed, so they are not normally + included. Also note that relatively few clients turn off this option, + so using these relays might make your client stand out. (Default: 1) **Bridge** __IP__:__ORPort__ [fingerprint]:: @@ -752,9 +754,9 @@ The following options are useful only for clients (that is, if will instead refuse to make the connection. (Default: None). **AllowSingleHopCircuits** **0**|**1**:: - When this option is set, the attached Tor controller Tor can use relays + When this option is set, the attached Tor controller can use relays that have the **AllowSingleHopExits** option turned on to build - one-hop Tor connections. + one-hop Tor connections. (Default: 0) SERVER OPTIONS -------------- @@ -773,7 +775,9 @@ is non-zero): **AllowSingleHopExits** **0**|**1**:: This option controls whether clients can use this server as a single hop proxy. If set to 1, clients can use this server as an exit even if it is - the only hop in the circuit. (Default: 0) + the only hop in the circuit. Note that most clients will refuse to use + servers that set this option, since most clients have + ExcludeSingleHopRelays set. (Default: 0) **AssumeReachable** **0**|**1**:: This option is used when bootstrapping a new Tor network. If set to 1, |