mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Use STUN server compatable with RFC 5780 in proxy
This commit is contained in:
parent
818226acf2
commit
8c875f0ba7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import (
|
|||
|
||||
const defaultBrokerURL = "https://snowflake-broker.bamsoftware.com/"
|
||||
const defaultRelayURL = "wss://snowflake.bamsoftware.com/"
|
||||
const defaultSTUNURL = "stun:stun.l.google.com:19302"
|
||||
const defaultSTUNURL = "stun:stun.stunprotocol.org:3478"
|
||||
const pollInterval = 5 * time.Second
|
||||
const (
|
||||
NATUnknown = "unknown"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue