Fix: windscribe: only get openvpn IP addresses
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -35,9 +35,9 @@ func GetServers(ctx context.Context, client *http.Client, minServers int) (
|
|||||||
if node.IP2 != nil {
|
if node.IP2 != nil {
|
||||||
ips = append(ips, node.IP2)
|
ips = append(ips, node.IP2)
|
||||||
}
|
}
|
||||||
if node.IP3 != nil {
|
// if node.IP3 != nil { // Wireguard + Stealth
|
||||||
ips = append(ips, node.IP3)
|
// ips = append(ips, node.IP3)
|
||||||
}
|
// }
|
||||||
server := models.WindscribeServer{
|
server := models.WindscribeServer{
|
||||||
Region: region,
|
Region: region,
|
||||||
City: city,
|
City: city,
|
||||||
|
|||||||
Reference in New Issue
Block a user