diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-17 16:45:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-17 16:45:23 -0400 |
commit | cabb16caa9afb95ce0bfbda0d7784f71e4c153a1 (patch) | |
tree | 57feeda9849b78f6c9f113be187156de34815442 /doc/tor.1.txt | |
parent | 85d4c290d79264d334baa9e5c8fdf3b06d0b3d79 (diff) | |
download | tor-cabb16caa9afb95ce0bfbda0d7784f71e4c153a1.tar tor-cabb16caa9afb95ce0bfbda0d7784f71e4c153a1.tar.gz |
Revert "Update man page for new UseBridges tristate behaviour."
This reverts commit 40cfad1b5ae90b06eb74861a4fdc1310f8611111.
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 8aa32e82a..1815a8d96 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -708,14 +708,10 @@ 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**|**auto**:: - Make Tor fetch descriptors for each bridge listed in the "Bridge" +**UseBridges** **0**|**1**:: + When set, Tor will fetch descriptors for each bridge listed in the "Bridge" config lines, and use these relays as both entry guards and directory - 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) + guards. (Default: 0) **UseEntryGuards** **0**|**1**:: If this option is set to 1, we pick a few long-term entry servers, and try |