Feat: WeVPN support (#591)

This commit is contained in:
Quentin McGaw
2021-09-23 07:58:13 -07:00
committed by GitHub
parent 3cd26a9f61
commit d8e008606f
36 changed files with 1533 additions and 8 deletions

View File

@@ -128,6 +128,11 @@ func Test_versions(t *testing.T) {
version: allServers.Vyprvpn.Version,
digest: "58de06d8",
},
"Wevpn": {
model: models.WevpnServer{},
version: allServers.Wevpn.Version,
digest: "f4daa186",
},
"Windscribe": {
model: models.WindscribeServer{},
version: allServers.Windscribe.Version,