From 9f04b2d56c065900aa3e3c19081ddbe7a366ead1 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 20 Jan 2021 03:50:38 +0000 Subject: [PATCH] (fix) Update Nordvpn servers timestamp --- internal/constants/servers.go | 2 +- internal/constants/servers_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/constants/servers.go b/internal/constants/servers.go index ecd9efdb..396cadd0 100644 --- a/internal/constants/servers.go +++ b/internal/constants/servers.go @@ -18,7 +18,7 @@ func GetAllServers() (allServers models.AllServers) { }, Nordvpn: models.NordvpnServers{ Version: 1, - Timestamp: 1599323261, + Timestamp: 1611096594, Servers: NordvpnServers(), }, Pia: models.PiaServers{ diff --git a/internal/constants/servers_test.go b/internal/constants/servers_test.go index aa278fbf..581e60bd 100644 --- a/internal/constants/servers_test.go +++ b/internal/constants/servers_test.go @@ -128,7 +128,7 @@ func Test_timestamps(t *testing.T) { "Nordvpn": { servers: allServers.Nordvpn.Servers, timestamp: allServers.Nordvpn.Timestamp, - digest: "9fc9a579", + digest: "5f70b19b", }, "Private Internet Access": { servers: allServers.Pia.Servers,