mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
Change to standalone broker.
https://snowflake-reg-test.appspot.com/ for the client (needs domain fronting) https://snowflake-broker.bamsoftware.com/ for the proxies (no fronting) Note that fronting to App Engine doesn't currently actually work because of https://bugs.torproject.org/25804; this commit doesn't change that.
This commit is contained in:
parent
a9630a8234
commit
947636ae81
6 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ It is based on goptlib.
|
|||
The client uses these following `torrc` options by default:
|
||||
```
|
||||
ClientTransportPlugin snowflake exec ./client \
|
||||
-url https://snowflake-reg.appspot.com/ \
|
||||
-url https://snowflake-reg-test.appspot.com/ \
|
||||
-front www.google.com \
|
||||
-ice stun:stun.l.google.com:19302
|
||||
```
|
||||
|
|
|
@ -2,7 +2,7 @@ UseBridges 1
|
|||
DataDirectory datadir
|
||||
|
||||
ClientTransportPlugin snowflake exec ./client \
|
||||
-url https://snowflake-reg.appspot.com/ \
|
||||
-url https://snowflake-reg-test.appspot.com/ \
|
||||
-front www.google.com \
|
||||
-ice stun:stun.l.google.com:19302 \
|
||||
-max 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue