mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Query string params available in the snowflake proxy for manual mode, broker url, and target relay address
This commit is contained in:
parent
77fbfe0e66
commit
0301ff1879
4 changed files with 43 additions and 23 deletions
|
@ -9,3 +9,17 @@ 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=<address> - use a custom broker.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue