summaryrefslogtreecommitdiff
path: root/security/py-obfsproxy-tor/files/pkg-message.in
blob: 171730a6ca308823ea559d4ee5eb86ce7cbcc5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
================================================================================
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.)
================================================================================