Feature: update ProtonVPN server information

This commit is contained in:
Quentin McGaw (desktop)
2021-06-28 15:30:35 +00:00
parent 023809f099
commit 87d712fbd7
3 changed files with 1145 additions and 1104 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,7 +53,7 @@ func GetAllServers() (allServers models.AllServers) {
},
Protonvpn: models.ProtonvpnServers{
Version: 1,
Timestamp: 1621791438,
Timestamp: 1624894186,
Servers: ProtonvpnServers(),
},
Pia: models.PiaServers{

View File

@@ -210,7 +210,7 @@ func Test_timestamps(t *testing.T) {
"Protonvpn": {
servers: allServers.Protonvpn.Servers,
timestamp: allServers.Protonvpn.Timestamp,
digest: "e7180296",
digest: "3b86393e",
},
"Purevpn": {
servers: allServers.Purevpn.Servers,