mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Change DefaultRelayURL back to wss://snowflake.torproject.net/.
Fixes #40283. Compare to #31522.
This commit is contained in:
parent
d932cb2744
commit
8104732114
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ import (
|
|||
const (
|
||||
DefaultBrokerURL = "https://snowflake-broker.torproject.net/"
|
||||
DefaultNATProbeURL = "https://snowflake-broker.torproject.net:8443/probe"
|
||||
DefaultRelayURL = "wss://snowflake.bamsoftware.com/"
|
||||
DefaultRelayURL = "wss://snowflake.torproject.net/"
|
||||
DefaultSTUNURL = "stun:stun.l.google.com:19302"
|
||||
DefaultProxyType = "standalone"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue