diff --git a/config/global_ips.go b/config/global_ips.go index 0660338..9a144a6 100644 --- a/config/global_ips.go +++ b/config/global_ips.go @@ -21,7 +21,7 @@ func getGlobalIPv6() (net.IP, error) { } func fetchIP(network string) (net.IP, error) { - dialer := &net.Dialer{DualStack: false} + dialer := &net.Dialer{FallbackDelay: -1} client := &http.Client{ Jar: nil, Transport: &http.Transport{