[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16389: Fixup text and tags. (website/trunk/en)
Author: ioerror
Date: 2008-08-04 16:29:05 -0400 (Mon, 04 Aug 2008)
New Revision: 16389
Modified:
website/trunk/en/bridges.wml
Log:
Fixup text and tags.
Modified: website/trunk/en/bridges.wml
===================================================================
--- website/trunk/en/bridges.wml 2008-08-04 20:11:41 UTC (rev 16388)
+++ website/trunk/en/bridges.wml 2008-08-04 20:29:05 UTC (rev 16389)
@@ -139,7 +139,9 @@
If you're a server operator, it's possible that you'd like to run a bridge
node. Below is a minimal <tt>torrc</tt> configuration that allows for bridged
entry into the Tor network:
+</p>
+<p>
<pre>
SocksPort 0
Nickname BridgeExample
@@ -148,15 +150,21 @@
PublishServerDescriptor bridge
Exitpolicy reject *:*
</pre>
+</p>
+<p>
When configured as a bridge, your server will <b>not</b> appear in the public
Tor network.
+</p>
+<p>
If you wish to tell a user to use your bridge, simply give them the IP
-adddress of the Tor node, the TCP port as configured by <tt>ORPort</tt> and the
+address of the Tor node, the TCP port as configured by <tt>ORPort</tt> and the
fingerprint of the server. The fingerprint should be in your Tor log files or
in <tt>/var/lib/tor/fingerprint</tt> depending on your platform.
+</p>
+<p>
If you would like to learn more about Bridges from a technical standpoint,
please read the <a
href="https://tor-svn.freehaven.net/svn/tor/trunk/doc/spec/bridges-spec.txt">Tor