Meek is a transport that uses HTTP for carrying bytes and TLS for obfuscation.
Traffic is relayed through a third-party server (Google App Engine). It uses a
trick to talk to the third party so that it looks like it is talking to an
unblocked server.
If you are using meek with tor, here are some instructions:
As a client, add the following to /usr/local/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