blob: 65e286afc031f05e382f0cf36ac190f2f3301075 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
If you are using meek with tor, here are some instructions:
As a client, add the following to %%PREFIX%%/etc/tor/torrc:
UseBridges 1
Bridge meek x.x.x.x:yyyy FINGERPRINT-OF-BRIDGE
ClientTransportPlugin meek exec ./meek-client \
--url=https://meek-reflect.example.com \
--front=www.example.com \
--log meek-client.log
EOM
}
]
|