snowflake/client
2019-04-12 09:52:23 -04:00
..
lib Removed unecessary output from logs 2019-03-25 15:15:22 -04:00
README.md Switch to an Azure domain front. 2018-04-30 09:52:38 -07:00
snowflake.go Ported log sanitization to client 2019-04-12 09:52:23 -04:00
torrc Switch to an Azure domain front. 2018-04-30 09:52:38 -07:00
torrc-localhost Add context to HTTP handlers, attempt to support localhost Broker. 2016-02-12 18:00:36 -08:00
torrc-manual torrc-manuel deserves a -log 2017-10-18 11:21:57 -04:00

This is the Tor client component of Snowflake.

It is based on goptlib.

Flags

The client uses these following torrc options by default:

ClientTransportPlugin snowflake exec ./client \
-url https://snowflake-broker.azureedge.net/ \
-front ajax.aspnetcdn.com \
-ice stun:stun.l.google.com:19302

-url should be the URL of a Broker instance. This is required to have automated signalling (which is desired in most use cases). When omitted, the client uses copy-paste signalling instead.

-front is an optional front domain for the Broker request.

-ice is a comma-separated list of ICE servers. These can be STUN or TURN servers.