Implement the circumvention nettest group
Only Psiphon for now. Closes #87 #77.
This commit is contained in:
parent
5e868fe043
commit
259ab41b15
9 changed files with 70 additions and 74 deletions
|
|
@ -36,4 +36,10 @@ var NettestGroups = map[string]NettestGroup{
|
|||
WhatsApp{},
|
||||
},
|
||||
},
|
||||
"circumvention": NettestGroup{
|
||||
Label: "Circumvention Tools",
|
||||
Nettests: []Nettest{
|
||||
Psiphon{},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue