summaryrefslogtreecommitdiff
path: root/security/obfs4proxy-tor/files/pkg-message.in
blob: 4fd22749b74a0939d068ee93c39a2622147ef87a (plain) (blame)
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
27
28
[
{ type: install
  message: <<EOM
To use obfs4 as a Bridge Client, please add the following configuration
to your 'torrc' config file:

  # Enable obfs4proxy as Client
  ClientTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy

To use obfs4 as a Pluggable Transport in your Tor Bridge server, use the
following configurations in your 'torrc' config file:

  # Enable obfs4proxy as Server
  ServerTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy
  # Enable Extended ORPort
  ExtORPort auto
  ## (Optional) Listen on the specified IP:PORT
  # ServerTransportListenAddr obfs4 0.0.0.0:443

obfs4proxy is backwards-compatible with obfs2 and obfs3 either in client or 
server mode. If you want to use it like this, please adjust your 'torrc' 
config file to fit your needs. It's compatible with ScrambleSuit in client mode.

For more information, please consult the official wiki page at 
https://trac.torproject.org/projects/tor/wiki/doc/PluggableTransports/obfs4proxy
EOM
}
]