Fix: sorted IP addresses for servers.json (#574)
- Reduce deltas between updates - Applies to the following providers - IPVanish - IVPN - Surfshark - Torguard - VPNUnlimited
This commit is contained in:
@@ -24,6 +24,7 @@ func getResolveSettings(minServers int) (settings resolver.ParallelSettings) {
|
||||
BetweenDuration: betweenDuration,
|
||||
MaxNoNew: maxNoNew,
|
||||
MaxFails: maxFails,
|
||||
SortIPs: true,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user