mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Choose a random subset from given STUN servers
Only chooses a subset as long as we have over 2 STUN servers to choose from.
This commit is contained in:
parent
eaac9f5b6b
commit
92520f681d
3 changed files with 12 additions and 3 deletions
|
@ -4,7 +4,7 @@ DataDirectory datadir
|
|||
ClientTransportPlugin snowflake exec ./client \
|
||||
-url https://snowflake-broker.azureedge.net/ \
|
||||
-front ajax.aspnetcdn.com \
|
||||
-ice stun:stun.l.google.com:19302 \
|
||||
-ice stun:stun.voip.blackberry.com:3478,stun:stun.altar.com.pl:3478,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.sonetel.net:3478,stun:stun.stunprotocol.org:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478 \
|
||||
-max 3
|
||||
|
||||
Bridge snowflake 192.0.2.3:1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue