mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
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/000272.html https://lists.torproject.org/pipermail/anti-censorship-team/2022-December/000276.html
This commit is contained in:
parent
f6fa51d749
commit
8c775562c1
3 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue