[or-cvs] r12689: three more man page entries for bridges (tor/trunk/doc)

arma at seul.org arma at seul.org
Thu Dec 6 08:41:53 UTC 2007


Author: arma
Date: 2007-12-06 03:41:52 -0500 (Thu, 06 Dec 2007)
New Revision: 12689

Modified:
   tor/trunk/doc/tor.1.in
Log:
three more man page entries for bridges


Modified: tor/trunk/doc/tor.1.in
===================================================================
--- tor/trunk/doc/tor.1.in	2007-12-06 07:17:05 UTC (rev 12688)
+++ tor/trunk/doc/tor.1.in	2007-12-06 08:41:52 UTC (rev 12689)
@@ -356,6 +356,15 @@
 "middle,rendezvous", and other choices are not advised.
 .LP
 .TP
+\fBBridge \fR\fIIP:ORPort\fR [fingerprint]\fP
+When set along with UseBridges, instructs Tor to use the relay at
+"IP:ORPort" as a "bridge" relaying into the Tor network. If "fingerprint"
+is provided (using the same format as for DirServer), we will verify that
+the relay running at that location has the right fingerprint. We also use
+fingerprint to look up the bridge descriptor at the bridge authority, if
+it's provided and if UpdateBridgesFromAuthority is set too.
+.LP
+.TP
 \fBCircuitBuildTimeout \fR\fINUM\fP
 Try for at most NUM seconds when building circuits. If the circuit
 isn't open in that time, give up on it.
@@ -562,6 +571,18 @@
 is 1800 seconds (30 minutes).
 .LP
 .TP
+\fBUpdateBridgesFromAuthority \fR\fB0\fR|\fB1\fR\fP
+When set (along with UseBridges), Tor will try to fetch bridge descriptors
+from the configured bridge authorities when feasible. It will fall back
+to a direct request if the authority responds with a 404. (Default: 0)
+.LP
+.TP
+\fBUseBridges \fR\fB0\fR|\fB1\fR\fP
+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. (Default: 0)
+.LP
+.TP
 \fBUseEntryGuards \fR\fB0\fR|\fB1\fR\fP
 If this option is set to 1, we pick a few long-term entry servers, and
 try to stick with them.  This is desirable because



More information about the tor-commits mailing list