update the bridge instructions to include a picture of vidalia
Andrew Lewman

Andrew Lewman commited on 2009-09-28 02:51:28
Zeige 1 geänderte Dateien mit 9 Einfügungen und 7 Löschungen.

... ...
@@ -139,19 +139,21 @@ href="#UsingBridges">above</a>.
139 139
 <p>
140 140
 If you want to help out and you can't run a <a href="<page
141 141
 docs/tor-doc-relay>">normal Tor relay</a>, you should
142
-run a bridge relay. You can configure it <a href="<page
143
-docs/tor-doc-relay>">using Vidalia</a>, or you can manually <a
142
+run a bridge relay. You can configure it either way:
143
+<ul>
144
+<li> manually <a
144 145
 href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#torrc">edit
145
-your torrc file</a> to be just these four lines:
146
-</p>
147
-
146
+your torrc file</a> to be just these four lines:</br>
148 147
 <pre><code>
149 148
 SocksPort 0
150 149
 ORPort 443
151 150
 BridgeRelay 1
152 151
 Exitpolicy reject *:*
153
-</code>
154
-</pre>
152
+</code></pre></li>
153
+<li><a href="<pagedocs/tor-doc-relay>">or using Vidalia</a>:</br>
154
+<img src="$(IMGROOT)/vidalia-bridges-setup.png" alt="Vidalia's Sharing
155
+settings page" /></li>
156
+
155 157
 
156 158
 <p>If you get "Could not bind to 0.0.0.0:443: Permission denied" errors
157 159
 on startup, you'll need to pick a higher ORPort (e.g. 8080) or do <a
158 160