Feature: Filter VyprVPN servers by hostname, and:

- Extract if server supports TCP and UDP (never TCP now)
- Filter servers by protocol (unused for now)
This commit is contained in:
Quentin McGaw
2021-05-10 02:12:13 +00:00
parent 95b0fb81d6
commit 2d95edf8ab
7 changed files with 110 additions and 87 deletions

View File

@@ -97,7 +97,7 @@ func Test_versions(t *testing.T) {
"Vyprvpn": {
model: models.VyprvpnServer{},
version: allServers.Vyprvpn.Version,
digest: "042bef64",
digest: "58de06d8",
},
"Windscribe": {
model: models.WindscribeServer{},
@@ -203,7 +203,7 @@ func Test_timestamps(t *testing.T) {
"Vyprvpn": {
servers: allServers.Vyprvpn.Servers,
timestamp: allServers.Vyprvpn.Timestamp,
digest: "eccb7f5c",
digest: "a62c484b",
},
"Windscribe": {
servers: allServers.Windscribe.Servers,