2019-08-14 14:16:12 +02:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
2013-07-15 09:49:54 +02:00
|
|
|
If you are using obfsproxy with tor, here are some instructions:
|
|
|
|
|
2012-02-24 16:06:25 +01:00
|
|
|
As a client, add the following to %%PREFIX%%/etc/tor/torrc:
|
|
|
|
|
|
|
|
UseBridges 1
|
2013-07-15 09:49:54 +02:00
|
|
|
Bridge obfs2 x.x.x.x:yyyy FINGERPRINT-OF-BRIDGE
|
2016-05-19 13:09:14 +02:00
|
|
|
ClientTransportPlugin obfs2 exec %%PREFIX%%/bin/obfsproxy managed
|
2013-07-15 09:49:54 +02:00
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
UseBridges 1
|
|
|
|
Bridge obfs3 u.u.u.u:wwww FINGERPRINT-OF-BRIDGE
|
2016-05-19 13:09:14 +02:00
|
|
|
ClientTransportPlugin obfs3 exec %%PREFIX%%/bin/obfsproxy managed
|
|
|
|
|
2012-02-24 16:06:25 +01:00
|
|
|
As a bridge, add the following to %%PREFIX%%/etc/tor/torrc:
|
|
|
|
|
2013-07-15 09:49:54 +02:00
|
|
|
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.)
|
2019-08-14 14:16:12 +02:00
|
|
|
EOM
|
|
|
|
}
|
|
|
|
]
|