Feat: ExpressVPN support (#623)

This commit is contained in:
Quentin McGaw
2021-09-23 10:19:30 -07:00
committed by GitHub
parent dcbc10fd57
commit 985cf7b7dd
34 changed files with 2538 additions and 9 deletions

View File

@@ -53,6 +53,11 @@ func Test_versions(t *testing.T) {
version: allServers.Cyberghost.Version,
digest: "9ce64729",
},
"Expressvpn": {
model: models.ExpressvpnServer{},
version: allServers.Expressvpn.Version,
digest: "6e54a351",
},
"Fastestvpn": {
model: models.FastestvpnServer{},
version: allServers.Fastestvpn.Version,