Skip to content

Commit 55c2075

Browse files
authored
chore: update stuninput targets (#1752)
## Checklist - [x] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) - [x] reference issue for this pull request: #1745 - [ ] if you changed anything related to how experiments work and you need to reflect these changes in the ooni/spec repository, please link to the related ooni/spec pull request: <!-- add URL here --> - [ ] if you changed code inside an experiment, make sure you bump its version number <!-- Reminder: Location of the issue tracker: https://github.com/ooni/probe --> ## Description This diff updates stuninput targets to the latest list extracted from https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/blob/main/projects/tor-expert-bundle/pt_config.json
1 parent ab158d9 commit 55c2075

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/stuninput/stuninput.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212
//
1313
// We should sync with https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/blob/main/projects/tor-expert-bundle/pt_config.json
1414
var inputs = map[string]bool{
15-
"stun.antisip.com:3478": true,
1615
"stun.epygi.com:3478": true,
1716
"stun.uls.co.za:3478": true,
1817
"stun.voipgate.com:3478": true,

0 commit comments

Comments
 (0)