mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
16 lines
374 B
Text
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
|
|
}
|
|
]
|