]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update man page for new UseBridges tristate behaviour.
authoranonym <anonym@lavabit.com>
Mon, 30 May 2011 21:52:02 +0000 (23:52 +0200)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 Jun 2011 19:11:21 +0000 (15:11 -0400)
doc/tor.1.txt

index 1815a8d963d64e7f2668217608f6534e1cfce938..8aa32e82a0f1039ca1f0548b7a8b6ed66ca931aa 100644 (file)
@@ -708,10 +708,14 @@ The following options are useful only for clients (that is, if
     from the configured bridge authorities when feasible. It will fall back to
     a direct request if the authority responds with a 404. (Default: 0)
 
-**UseBridges** **0**|**1**::
-    When set, Tor will fetch descriptors for each bridge listed in the "Bridge"
+**UseBridges** **0**|**1**|**auto**::
+    Make Tor fetch descriptors for each bridge listed in the "Bridge"
     config lines, and use these relays as both entry guards and directory
-    guards. (Default: 0)
+    guards. If the option is 1, bridges must be used and if no bridges are
+    configured Tor will not make any connections until a bridge is configured;
+    if it's "auto", Tor will use bridges if any are configured, otherwise it
+    will connect directly to the Tor network; if it's 0, bridges are not used
+    at all. (Defaults to auto)
 
 **UseEntryGuards** **0**|**1**::
     If this option is set to 1, we pick a few long-term entry servers, and try