blob: 7750b422edd4ac27632edb7812f74fe8207a83e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[
{ type: install
message: <<EOM
If you are using obfsproxy with tor, here are some instructions:
As a client, add the following to %%PREFIX%%/etc/tor/torrc:
UseBridges 1
Bridge obfs2 x.x.x.x:yyyy FINGERPRINT-OF-BRIDGE
ClientTransportPlugin obfs2 exec %%PREFIX%%/bin/obfsproxy managed
or
UseBridges 1
Bridge obfs3 u.u.u.u:wwww FINGERPRINT-OF-BRIDGE
ClientTransportPlugin obfs3 exec %%PREFIX%%/bin/obfsproxy managed
As a bridge, add the following to %%PREFIX%%/etc/tor/torrc:
ServerTransportPlugin obfs2,obfs3 exec %%PREFIX%%/bin/obfsproxy managed
(Then, get the respective port numbers for the two proxies from your tor log
file and make sure you open them in your firewall.)
EOM
}
]
|