mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
25 lines
566 B
Markdown
25 lines
566 B
Markdown
This is the browser proxy component of Snowflake.
|
|
|
|
### Testing:
|
|
|
|
Unit tests are available with:
|
|
```
|
|
cake test
|
|
```
|
|
|
|
To run locally, start a webserver and navigate to `snowflake.html`.
|
|
|
|
### Parameters
|
|
|
|
With no parameters,
|
|
snowflake uses the default relay `192.81.135.242:9901` and
|
|
uses automatic signaling with the default broker at
|
|
`https://snowflake-reg.appspot.com/`.
|
|
|
|
|
|
Here are optional parameters to include in the query string.
|
|
```
|
|
manual - enables copy-paste signalling mode.
|
|
relay=<address> - use a custom target relay.
|
|
broker=<url> - use a custom broker.
|
|
```
|