Feature: update PIA server information

This commit is contained in:
Quentin McGaw
2021-04-24 13:54:13 +00:00
parent 04313d3c3b
commit b02a80abbd
3 changed files with 566 additions and 548 deletions
+564 -546
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -43,7 +43,7 @@ func GetAllServers() (allServers models.AllServers) {
},
Pia: models.PiaServers{
Version: 4,
Timestamp: 1613480675,
Timestamp: 1619272345,
Servers: PIAServers(),
},
Purevpn: models.PurevpnServers{
+1 -1
View File
@@ -168,7 +168,7 @@ func Test_timestamps(t *testing.T) {
"Private Internet Access": {
servers: allServers.Pia.Servers,
timestamp: allServers.Pia.Timestamp,
digest: "e0f95a01",
digest: "403bdc67",
},
"Privatevpn": {
servers: allServers.Privatevpn.Servers,