Fix: windscribe: only get openvpn IP addresses

This commit is contained in:
Quentin McGaw (desktop)
2021-08-09 01:18:51 +00:00
parent abbcf60aed
commit 1f47c16102
2 changed files with 422 additions and 688 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -35,9 +35,9 @@ func GetServers(ctx context.Context, client *http.Client, minServers int) (
if node.IP2 != nil {
ips = append(ips, node.IP2)
}
if node.IP3 != nil {
ips = append(ips, node.IP3)
}
// if node.IP3 != nil { // Wireguard + Stealth
// ips = append(ips, node.IP3)
// }
server := models.WindscribeServer{
Region: region,
City: city,