Roger Dingledine commited on 2012-02-10 03:40:15
Zeige 1 geänderte Dateien mit 6 Einfügungen und 4 Löschungen.
also change the example one to one that (currently) works.
| ... | ... |
@@ -61,18 +61,20 @@ |
| 61 | 61 |
<br> |
| 62 | 62 |
|
| 63 | 63 |
<p> |
| 64 |
- Add the appropriate lines to your <a href="<page docs/faq>#torrc">tor |
|
| 65 |
- configuration file</a>: |
|
| 64 |
+ First, you need to learn the address of a bridge that supports |
|
| 65 |
+ obfsproxy. If you don't know any, try asking a friend to set one |
|
| 66 |
+ up for you. Then the appropriate lines to your <a href="<page |
|
| 67 |
+ docs/faq>#torrc">tor configuration file</a>: |
|
| 66 | 68 |
</p> |
| 67 | 69 |
|
| 68 | 70 |
<p> |
| 69 | 71 |
<tt> UseBridges 1 </tt> <br> |
| 70 |
- <tt> Bridge obfs2 192.0.2.34:34545 </tt> <br> |
|
| 72 |
+ <tt> Bridge obfs2 128.31.0.34:1051 </tt> <br> |
|
| 71 | 73 |
<tt> ClientTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed </tt> |
| 72 | 74 |
</p> |
| 73 | 75 |
|
| 74 | 76 |
<p> |
| 75 |
- Don't forget to replace <em>192.0.2.34:34545</em> with the IP address |
|
| 77 |
+ Don't forget to replace <em>128.31.0.34:1051</em> with the IP address |
|
| 76 | 78 |
and port that the bridge's obfsproxy is listening on. |
| 77 | 79 |
</p> |
| 78 | 80 |
|
| 79 | 81 |