point people at the 'running a tor bridge' section
Roger Dingledine

Roger Dingledine commited on 2012-02-10 06:23:44
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -94,13 +94,13 @@
94 94
     <br>
95 95
 
96 96
     <p>
97
-    Add the appropriate lines to your <a href="<page docs/faq>#torrc">tor
97
+    Configure your Tor to <a href="<page docs/bridges>#RunningABridge">be
98
+    a bridge</a> (e.g. by setting "ORPort 9001" and "BridgeRelay 1"). Then
99
+    add this new line to your <a href="<page docs/faq>#torrc">tor
98 100
     configuration file</a>:
99 101
     </p>
100 102
 
101 103
     <p>
102
-    <tt> ORPort 9001 </tt> <br>
103
-    <tt> BridgeRelay 1 </tt> <br>
104 104
     <tt> ServerTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed </tt>
105 105
     </p>
106 106
 
107 107