[or-cvs] [tor/maint-0.2.2 12/12] Make the coducmentation for SingleHop stuff slightly more dire

nickm at torproject.org nickm at torproject.org
Mon Nov 15 19:06:34 UTC 2010


Author: Nick Mathewson <nickm at torproject.org>
Date: Mon, 15 Nov 2010 14:09:32 -0500
Subject: Make the coducmentation for SingleHop stuff slightly more dire
Commit: ac2c0cb587548c4faf3fa225064cdbd183f609bb

---
 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 f7cccb5..c8608eb 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,
-- 
1.7.1



More information about the tor-commits mailing list