Skip to content

Commit

Permalink
chore: update stuninput to latest TPO snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Feb 9, 2025
1 parent b7d582e commit 01f8543
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions internal/stuninput/stuninput.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ import (
//
// We should sync with https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/blob/main/projects/tor-expert-bundle/pt_config.json
var inputs = map[string]bool{
"stun.l.google.com:19302": true,
"stun.antisip.com:3478": true,
"stun.bluesip.net:3478": true,
"stun.dus.net:3478": true,
"stun.epygi.com:3478": true,
"stun.sonetel.com:3478": true,
"stun.uls.co.za:3478": true,
"stun.voipgate.com:3478": true,
"stun.voys.nl:3478": true,
"stun.mixvoip.com:3478": true,
"stun.nextcloud.com:3478": true,
"stun.bethesda.net:3478": true,
"stun.nextcloud.com:443": true,
}

// AsSnowflakeInput formats the input in the format
Expand Down

0 comments on commit 01f8543

Please sign in to comment.