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

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@ func GetAllServers() (allServers models.AllServers) {
}, },
Pia: models.PiaServers{ Pia: models.PiaServers{
Version: 4, Version: 4,
Timestamp: 1613480675, Timestamp: 1619272345,
Servers: PIAServers(), Servers: PIAServers(),
}, },
Purevpn: models.PurevpnServers{ Purevpn: models.PurevpnServers{

View File

@@ -168,7 +168,7 @@ func Test_timestamps(t *testing.T) {
"Private Internet Access": { "Private Internet Access": {
servers: allServers.Pia.Servers, servers: allServers.Pia.Servers,
timestamp: allServers.Pia.Timestamp, timestamp: allServers.Pia.Timestamp,
digest: "e0f95a01", digest: "403bdc67",
}, },
"Privatevpn": { "Privatevpn": {
servers: allServers.Privatevpn.Servers, servers: allServers.Privatevpn.Servers,