Sebastian Hahn commited on 2012-01-28 15:08:25
Zeige 1 geänderte Dateien mit 18 Einfügungen und 20 Löschungen.
| ... | ... |
@@ -59,19 +59,19 @@ |
| 59 | 59 |
<br> |
| 60 | 60 |
|
| 61 | 61 |
<p> |
| 62 |
- Set up your Tor configuration file:<br><br> |
|
| 63 |
- User tor<br> |
|
| 64 |
- PIDFile /usr/local/var/run/tor/tor.pid<br> |
|
| 65 |
- SocksPort 1999 # what port to open for local application connections<br> |
|
| 66 |
- Log notice file /usr/local/var/log/tor/tor.log<br> |
|
| 67 |
- DataDirectory /usr/local/var/lib/tor/data<br> |
|
| 68 |
- UseBridges 1<br> |
|
| 69 |
- Bridge obfs2 192.0.2.34:34545<br> |
|
| 70 |
- ClientTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed |
|
| 62 |
+ Add the appropriate lines to your tor configuration file: |
|
| 71 | 63 |
</p> |
| 72 | 64 |
|
| 73 |
- <p>Replace <em>192.0.2.34</em> with the bridge supporting obfsproxy you |
|
| 74 |
- wish to use and <em>34545</em> with the port number the bridge uses. |
|
| 65 |
+ <p> |
|
| 66 |
+ <tt> UseBridges 1 </tt> <br> |
|
| 67 |
+ <tt> Bridge obfs2 192.0.2.34:34545 </tt> <br> |
|
| 68 |
+ <tt> ClientTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed </tt> |
|
| 69 |
+ </p> |
|
| 70 |
+ |
|
| 71 |
+ <p> |
|
| 72 |
+ Don't forget to replace <em>192.0.2.34</em> with the IP address of |
|
| 73 |
+ the bridge you wish to use, and <em>34545</em> with the port |
|
| 74 |
+ obfpsroxy is listening on. |
|
| 75 | 75 |
</p> |
| 76 | 76 |
|
| 77 | 77 |
<p> |
| ... | ... |
@@ -98,14 +98,12 @@ |
| 98 | 98 |
<br> |
| 99 | 99 |
|
| 100 | 100 |
<p> |
| 101 |
- Set up your Tor configuration file:<br><br> |
|
| 102 |
- User tor<br> |
|
| 103 |
- PIDFile /usr/local/var/run/tor/tor.pid<br> |
|
| 104 |
- ORPort 4367<br> |
|
| 105 |
- Log notice file /usr/local/var/log/tor/tor.log<br> |
|
| 106 |
- DataDirectory /usr/local/var/lib/tor/data<br> |
|
| 107 |
- BridgeRelay 1<br> |
|
| 108 |
- ServerTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed |
|
| 101 |
+ Add the appropriate lines to your tor configuration file: |
|
| 102 |
+ </p> |
|
| 103 |
+ |
|
| 104 |
+ <p> |
|
| 105 |
+ <tt> BridgeRelay 1 </tt> <br> |
|
| 106 |
+ <tt> ServerTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed </tt> |
|
| 109 | 107 |
</p> |
| 110 | 108 |
|
| 111 | 109 |
<p> |
| ... | ... |
@@ -119,7 +117,7 @@ |
| 119 | 117 |
</p> |
| 120 | 118 |
|
| 121 | 119 |
<p> |
| 122 |
- Next, Find the TCP port opened by obfsproxy. Look in your log file |
|
| 120 |
+ Next, find the TCP port opened by obfsproxy. Look in your log file |
|
| 123 | 121 |
for a line similar to this one: <br> |
| 124 | 122 |
<img src="$(IMGROOT)/obfs-log_checking.png" alt="bridge torrc" width="437" height="14"></a> |
| 125 | 123 |
<br> |
| 126 | 124 |