Fixup text and tags.
Jacob Appelbaum

Jacob Appelbaum commited on 2008-08-04 22:29:05
Zeige 1 geänderte Dateien mit 9 Einfügungen und 1 Löschungen.

... ...
@@ -139,7 +139,9 @@ href="#UsingBridges">above</a>.
139 139
 If you're a server operator, it's possible that you'd like to run a bridge 
140 140
 node. Below is a minimal <tt>torrc</tt> configuration that allows for bridged 
141 141
 entry into the Tor network:
142
+</p>
142 143
 
144
+<p>
143 145
 <pre>
144 146
 SocksPort 0
145 147
 Nickname BridgeExample
... ...
@@ -148,15 +150,21 @@ BridgeRelay 1
148 150
 PublishServerDescriptor bridge
149 151
 Exitpolicy reject *:*
150 152
 </pre>
153
+</p>
151 154
 
155
+<p>
152 156
 When configured as a bridge, your server will <b>not</b> appear in the public
153 157
 Tor network.
158
+</p>
154 159
 
160
+<p>
155 161
 If you wish to tell a user to use your bridge, simply give them the IP
156
-adddress of the Tor node, the TCP port as configured by <tt>ORPort</tt> and the
162
+address of the Tor node, the TCP port as configured by <tt>ORPort</tt> and the
157 163
 fingerprint of the server. The fingerprint should be in your Tor log files or
158 164
 in <tt>/var/lib/tor/fingerprint</tt> depending on your platform.
165
+</p>
159 166
 
167
+<p>
160 168
 If you would like to learn more about Bridges from a technical standpoint,
161 169
 please read the <a
162 170
 href="https://tor-svn.freehaven.net/svn/tor/trunk/doc/spec/bridges-spec.txt">Tor
163 171