mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Change DefaultRelayURL back to wss://snowflake.torproject.net/.
Fixes #40283. Compare to #31522.
This commit is contained in:
parent
d932cb2744
commit
8104732114
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ Usage of ./proxy:
|
||||||
-nat-retest-interval duration
|
-nat-retest-interval duration
|
||||||
the time interval in second before NAT type is retested, 0s disables retest. Valid time units are "s", "m", "h". (default 24h0m0s)
|
the time interval in second before NAT type is retested, 0s disables retest. Valid time units are "s", "m", "h". (default 24h0m0s)
|
||||||
-relay string
|
-relay string
|
||||||
websocket relay URL (default "wss://snowflake.bamsoftware.com/")
|
websocket relay URL (default "wss://snowflake.torproject.net/")
|
||||||
-outbound-address string
|
-outbound-address string
|
||||||
bind a specific outbound address. Replace all host candidates with this address without validation.
|
bind a specific outbound address. Replace all host candidates with this address without validation.
|
||||||
-stun string
|
-stun string
|
||||||
|
|
|
@ -54,7 +54,7 @@ import (
|
||||||
const (
|
const (
|
||||||
DefaultBrokerURL = "https://snowflake-broker.torproject.net/"
|
DefaultBrokerURL = "https://snowflake-broker.torproject.net/"
|
||||||
DefaultNATProbeURL = "https://snowflake-broker.torproject.net:8443/probe"
|
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"
|
DefaultSTUNURL = "stun:stun.l.google.com:19302"
|
||||||
DefaultProxyType = "standalone"
|
DefaultProxyType = "standalone"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue