mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Unify broker/bridge domains to torproject.net
This commit is contained in:
parent
04ba50a531
commit
54ab79384f
3 changed files with 6 additions and 6 deletions
|
@ -25,9 +25,9 @@ import (
|
|||
"github.com/pion/webrtc/v3"
|
||||
)
|
||||
|
||||
const defaultBrokerURL = "https://snowflake-broker.bamsoftware.com/"
|
||||
const defaultBrokerURL = "https://snowflake-broker.torproject.net/"
|
||||
const defaultProbeURL = "https://snowflake-broker.torproject.net:8443/probe"
|
||||
const defaultRelayURL = "wss://snowflake.bamsoftware.com/"
|
||||
const defaultRelayURL = "wss://snowflake.torproject.net/"
|
||||
const defaultSTUNURL = "stun:stun.stunprotocol.org:3478"
|
||||
const pollInterval = 5 * time.Second
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue