forked from Lainports/freebsd-ports
Tor traffic between the client and the bridge. This way, censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic. WWW: https://www.torproject.org/projects/obfsproxy.html.en Approved by: glarkin@ (mentor)
11 lines
466 B
Text
11 lines
466 B
Text
================================================================================
|
|
As a client, add the following to %%PREFIX%%/etc/tor/torrc:
|
|
|
|
UseBridges 1
|
|
Bridge obfs2 x.x.x.x:yyyy
|
|
ClientTransportPlugin obfs2 exec %%PREFIX%%/bin/obfsproxy --managed
|
|
|
|
As a bridge, add the following to %%PREFIX%%/etc/tor/torrc:
|
|
|
|
ServerTransportPlugin obfs2 exec %%PREFIX%%/bin/obfsproxy --managed
|
|
================================================================================
|