Change DefaultRelayURL back to wss://snowflake.torproject.net/.

Fixes #40283. Compare to #31522.
This commit is contained in:
David Fifield 2023-07-29 22:29:09 +00:00
parent d932cb2744
commit 8104732114
2 changed files with 2 additions and 2 deletions

View file

@ -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"
)