[tor-commits] [snowflake/main] Unify broker/bridge domains to torproject.net

cohosh at torproject.org cohosh at torproject.org
Thu Oct 14 17:49:38 UTC 2021


commit 54ab79384f94b52edc444063408de1394e507417
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Thu Oct 14 11:14:22 2021 -0400

    Unify broker/bridge domains to torproject.net
---
 doc/snowflake-proxy.1 | 4 ++--
 proxy/README.md       | 4 ++--
 proxy/snowflake.go    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/snowflake-proxy.1 b/doc/snowflake-proxy.1
index ccdd9a2..67f71b6 100644
--- a/doc/snowflake-proxy.1
+++ b/doc/snowflake-proxy.1
@@ -9,7 +9,7 @@ Snowflake bridge and then through the Tor network.
 .HP
 \fB\-broker\fR string
 .IP
-broker URL (default "https://snowflake\-broker.bamsoftware.com/")
+broker URL (default "https://snowflake\-broker.torproject.net/")
 .HP
 \fB\-capacity\fR uint
 .IP
@@ -25,7 +25,7 @@ log filename
 .HP
 \fB\-relay\fR string
 .IP
-websocket relay URL (default "wss://snowflake.bamsoftware.com/")
+websocket relay URL (default "wss://snowflake.torproject.net/")
 .HP
 \fB\-stun\fR string
 .IP
diff --git a/proxy/README.md b/proxy/README.md
index a7496da..e736667 100644
--- a/proxy/README.md
+++ b/proxy/README.md
@@ -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
diff --git a/proxy/snowflake.go b/proxy/snowflake.go
index d694471..7d7f9a2 100644
--- a/proxy/snowflake.go
+++ b/proxy/snowflake.go
@@ -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 (



More information about the tor-commits mailing list