Unify broker/bridge domains to torproject.net

This commit is contained in:
Cecylia Bocovich 2021-10-14 11:14:22 -04:00
parent 04ba50a531
commit 54ab79384f
3 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@ The Snowflake proxy can be run with the following options:
```
Usage of ./proxy:
-broker string
broker URL (default "https://snowflake-broker.bamsoftware.com/")
broker URL (default "https://snowflake-broker.torproject.net/")
-capacity uint
maximum concurrent clients
-keep-local-addresses
@ -38,7 +38,7 @@ Usage of ./proxy:
-log string
log filename
-relay string
websocket relay URL (default "wss://snowflake.bamsoftware.com/")
websocket relay URL (default "wss://snowflake.torproject.net/")
-stun string
stun URL (default "stun:stun.stunprotocol.org:3478")
-unsafe-logging

View file

@ -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 (