Implement the circumvention nettest group

Only Psiphon for now. Closes #87 #77.
This commit is contained in:
Simone Basso 2019-12-28 17:48:07 +01:00
commit 259ab41b15
9 changed files with 70 additions and 74 deletions

View file

@ -36,4 +36,10 @@ var NettestGroups = map[string]NettestGroup{
WhatsApp{},
},
},
"circumvention": NettestGroup{
Label: "Circumvention Tools",
Nettests: []Nettest{
Psiphon{},
},
},
}