Feature: filter by hostname for PureVPN servers

- Record support for TCP and UDP for each hostname
- Fix: each hostname supports only TCP or UDP, not both
- Update PureVPN server information
This commit is contained in:
Quentin McGaw
2021-05-10 00:36:14 +00:00
parent 4fe1e062f2
commit 6c1c069261
11 changed files with 185 additions and 103 deletions

View File

@@ -52,8 +52,8 @@ func GetAllServers() (allServers models.AllServers) {
Servers: PIAServers(),
},
Purevpn: models.PurevpnServers{
Version: 1,
Timestamp: 1620435633,
Version: 2,
Timestamp: 1620606921,
Servers: PurevpnServers(),
},
Surfshark: models.SurfsharkServers{