[pluggable-transports/snowflake] branch main updated (936a1f8 -> 7db2568)

This is an automated email from the git hooks/post-receive script. cohosh pushed a change to branch main in repository pluggable-transports/snowflake. from 936a1f8 Add a num-turbotunnel server transport option. new f6fa51d Switch default proxy STUN server to stun.l.google.com new 8c77556 Remove two suggested STUN servers from client docs new 7db2568 Remove duplicate stun.sonetel.net entry The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: client/README.md | 2 +- client/torrc | 2 +- doc/snowflake-proxy.1 | 2 +- doc/using-the-snowflake-library.md | 4 ++-- proxy/README.md | 2 +- proxy/lib/snowflake.go | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository.

This is an automated email from the git hooks/post-receive script. cohosh pushed a commit to branch main in repository pluggable-transports/snowflake. commit f6fa51d7491b2925ff46607455a5a60235cbd9f5 Author: Cecylia Bocovich <cohosh@torproject.org> AuthorDate: Sat Dec 31 09:57:36 2022 -0500 Switch default proxy STUN server to stun.l.google.com This is the same default that the web-based proxies use. Proxies do not need RFC 5780 compatible STUN servers. --- doc/snowflake-proxy.1 | 2 +- proxy/README.md | 2 +- proxy/lib/snowflake.go | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/snowflake-proxy.1 b/doc/snowflake-proxy.1 index 67f71b6..8a35d36 100644 --- a/doc/snowflake-proxy.1 +++ b/doc/snowflake-proxy.1 @@ -29,7 +29,7 @@ websocket relay URL (default "wss://snowflake.torproject.net/") .HP \fB\-stun\fR string .IP -stun URL (default "stun:stun.stunprotocol.org:3478") +stun URL (default "stun:stun.l.google.com:19302") .HP \fB\-unsafe\-logging\fR .IP diff --git a/proxy/README.md b/proxy/README.md index e4693d6..f7efaec 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -48,7 +48,7 @@ Usage of ./proxy: -relay string websocket relay URL (default "wss://snowflake.bamsoftware.com/") -stun string - STUN URL (default "stun:stun.stunprotocol.org:3478") + stun URL (default "stun:stun.l.google.com:19302") -summary-interval duration the time interval to output summary, 0s disables summaries. Valid time units are "s", "m", "h". (default 1h0m0s) -unsafe-logging diff --git a/proxy/lib/snowflake.go b/proxy/lib/snowflake.go index 352c6e7..fd9df88 100644 --- a/proxy/lib/snowflake.go +++ b/proxy/lib/snowflake.go @@ -7,7 +7,7 @@ will be set to the defined defaults. proxy := snowflake_proxy.SnowflakeProxy{ BrokerURL: "https://snowflake-broker.example.com", - STUNURL: "stun:stun.stunprotocol.org:3478", + STUNURL: "stun:stun.l.google.com:19302", // ... } @@ -57,7 +57,7 @@ const DefaultNATProbeURL = "https://snowflake-broker.torproject.net:8443/probe" const DefaultRelayURL = "wss://snowflake.bamsoftware.com/" -const DefaultSTUNURL = "stun:stun.stunprotocol.org:3478" +const DefaultSTUNURL = "stun:stun.l.google.com:19302" const DefaultProxyType = "standalone" const pollInterval = 5 * time.Second -- To stop receiving notification emails like this one, please contact the administrator of this repository.

This is an automated email from the git hooks/post-receive script. cohosh pushed a commit to branch main in repository pluggable-transports/snowflake. commit 8c775562c151c527264c2737f568516d33522600 Author: Cecylia Bocovich <cohosh@torproject.org> AuthorDate: Sat Dec 31 12:00:46 2022 -0500 Remove two suggested STUN servers from client docs Removed stun.stunprotocol.org after a discussion with the operator, and stun.altar.com.pl after noticing it has gone offline. https://lists.torproject.org/pipermail/anti-censorship-team/2022-December/00... https://lists.torproject.org/pipermail/anti-censorship-team/2022-December/00... --- client/README.md | 2 +- client/torrc | 2 +- doc/using-the-snowflake-library.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/README.md b/client/README.md index a68d0b4..3e68090 100644 --- a/client/README.md +++ b/client/README.md @@ -36,7 +36,7 @@ UseBridges 1 ClientTransportPlugin snowflake exec ./client \ -url https://snowflake-broker.torproject.net.global.prod.fastly.net/ \ -front cdn.sstatic.net \ --ice stun:stun.voip.blackberry.com:3478,stun:stun.altar.com.pl:3478,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.sonetel.net:3478,stun:stun.stunprotocol.org:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478 +-ice stun:stun.voip.blackberry.com:3478,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.sonetel.net:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478 Bridge snowflake 192.0.2.3:1 ``` diff --git a/client/torrc b/client/torrc index aee4df1..d25414c 100644 --- a/client/torrc +++ b/client/torrc @@ -3,6 +3,6 @@ DataDirectory datadir ClientTransportPlugin snowflake exec ./client -log snowflake.log -Bridge snowflake 192.0.2.3:1 2B280B23E1107BB62ABFC40DDCC8824814F80A72 fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 url=https://snowflake-broker.torproject.net.global.prod.fastly.net/ front=cdn.sstatic.net ice=stun:stun.voip.blackberry.com:3478,stun:stun.altar.com.pl:3478,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.sonetel.net:3478,stun:stun.stunprotocol.org:3478,stun:stun.uls.co.za:3478 [...] +Bridge snowflake 192.0.2.3:1 2B280B23E1107BB62ABFC40DDCC8824814F80A72 fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 url=https://snowflake-broker.torproject.net.global.prod.fastly.net/ front=cdn.sstatic.net ice=stun:stun.voip.blackberry.com:3478,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.sonetel.net:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478 SocksPort auto diff --git a/doc/using-the-snowflake-library.md b/doc/using-the-snowflake-library.md index c3e83e0..7fed2e3 100644 --- a/doc/using-the-snowflake-library.md +++ b/doc/using-the-snowflake-library.md @@ -22,7 +22,7 @@ func main() { FrontDomain: "https://friendlyfrontdomain.net", ICEAddresses: []string{ "stun:stun.voip.blackberry.com:3478", - "stun:stun.stunprotocol.org:3478"}, + }, Max: 1, } transport, err := sf.NewSnowflakeClient(config) @@ -73,7 +73,7 @@ func main() { config := sf.ClientConfig{ ICEAddresses: []string{ "stun:stun.voip.blackberry.com:3478", - "stun:stun.stunprotocol.org:3478"}, + }, } transport, err := sf.NewSnowflakeClient(config) if err != nil { -- To stop receiving notification emails like this one, please contact the administrator of this repository.

This is an automated email from the git hooks/post-receive script. cohosh pushed a commit to branch main in repository pluggable-transports/snowflake. commit 7db2568448fed6d883b33db11e3a497c69f1748f Author: Cecylia Bocovich <cohosh@torproject.org> AuthorDate: Tue Jan 3 10:32:03 2023 -0500 Remove duplicate stun.sonetel.net entry --- client/torrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/torrc b/client/torrc index d25414c..ebeb4a0 100644 --- a/client/torrc +++ b/client/torrc @@ -3,6 +3,6 @@ DataDirectory datadir ClientTransportPlugin snowflake exec ./client -log snowflake.log -Bridge snowflake 192.0.2.3:1 2B280B23E1107BB62ABFC40DDCC8824814F80A72 fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 url=https://snowflake-broker.torproject.net.global.prod.fastly.net/ front=cdn.sstatic.net ice=stun:stun.voip.blackberry.com:3478,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.sonetel.net:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478 +Bridge snowflake 192.0.2.3:1 2B280B23E1107BB62ABFC40DDCC8824814F80A72 fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 url=https://snowflake-broker.torproject.net.global.prod.fastly.net/ front=cdn.sstatic.net ice=stun:stun.voip.blackberry.com:3478,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478 SocksPort auto -- To stop receiving notification emails like this one, please contact the administrator of this repository.
participants (1)
-
gitolite role