Skip to content

Commit

Permalink
nettest/groups.go: don't expose STUNReachability for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 15, 2020
1 parent 442dbbc commit 4128112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nettests/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var NettestGroups = map[string]NettestGroup{
"circumvention": {
Label: "Circumvention Tools",
Nettests: []Nettest{
STUNReachability{},
//STUNReachability{}, /* We're not ready to include this yet */
Psiphon{},
Tor{},
},
Expand Down

0 comments on commit 4128112

Please sign in to comment.