Line 0
Link Here
|
|
|
1 |
====================================================================== |
2 |
|
3 |
To use obfs4 as a Bridge Client, please add the following configuration |
4 |
to your '%%PREFIX%%/etc/tor/torrc' config file: |
5 |
|
6 |
ClientTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy |
7 |
|
8 |
To enable this Pluggable Transport in your Tor Bridge, use the |
9 |
following configurations in your 'torrc' file: |
10 |
|
11 |
# Use obfs4proxy to provide the obfuscator |
12 |
ServerTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy managed |
13 |
|
14 |
# Enable Extended ORPort |
15 |
ExtORPort auto |
16 |
|
17 |
## (Optional) Listen on the specified IP:PORT for obfs4 connections |
18 |
## as opposed to picking a random port automatically |
19 |
# ServerTransportListenAddr obfs4 0.0.0.0:443 |
20 |
|
21 |
obfs4proxy is backwards-compatible with obfs2 and obfs3 either in client or |
22 |
server mode. If you want to use it like this, please adjust your 'torrc' |
23 |
config file to fit your needs. It's compatible with ScrambleSuit in client mode. |
24 |
|
25 |
For more information, please consulte the official wiki page at |
26 |
https://trac.torproject.org/projects/tor/wiki/doc/PluggableTransports/obfs4proxy |
27 |
|
28 |
====================================================================== |