mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Faster servers information updater (#248)
* Asynchronous repeatResolve * Parallel cyberghost and PIA (v3) processing, with a 10 goroutines limit * Add missing vyprvpn cli flag to updater * Increase DNS repetitions to 5 in order to obtain more IP addresses * Update old PIA IP addresses * Add Surfshark servers by API (unused for now)
This commit is contained in:
@@ -27,7 +27,7 @@ func GetAllServers() (allServers models.AllServers) {
|
||||
},
|
||||
PiaOld: models.PiaServers{
|
||||
Version: 1,
|
||||
Timestamp: 1599786395,
|
||||
Timestamp: 1600458645,
|
||||
Servers: PIAOldServers(),
|
||||
},
|
||||
Purevpn: models.PurevpnServers{
|
||||
|
||||
Reference in New Issue
Block a user