ports/security/meek/files/pkg-message.in
2019-08-14 12:16:12 +00:00

16 lines
374 B
Text

[
{ 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
}
]