[tor-commits] [snowflake/master] Use STUN server compatable with RFC 5780 in proxy

cohosh at torproject.org cohosh at torproject.org
Fri Jul 10 13:32:14 UTC 2020


commit 8c875f0ba7775519b13118458d350dcae478af6a
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Thu Jul 9 09:55:41 2020 -0400

    Use STUN server compatable with RFC 5780 in proxy
---
 proxy/snowflake.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/snowflake.go b/proxy/snowflake.go
index a1886c2..464fbb0 100644
--- a/proxy/snowflake.go
+++ b/proxy/snowflake.go
@@ -29,7 +29,7 @@ import (
 
 const defaultBrokerURL = "https://snowflake-broker.bamsoftware.com/"
 const defaultRelayURL = "wss://snowflake.bamsoftware.com/"
-const defaultSTUNURL = "stun:stun.l.google.com:19302"
+const defaultSTUNURL = "stun:stun.stunprotocol.org:3478"
 const pollInterval = 5 * time.Second
 const (
 	NATUnknown      = "unknown"



More information about the tor-commits mailing list