diff --git a/adapter/outbound/util.go b/adapter/outbound/util.go index b322ba21..f32aae29 100644 --- a/adapter/outbound/util.go +++ b/adapter/outbound/util.go @@ -92,7 +92,6 @@ func resolveUDPAddrWithPrefer(ctx context.Context, network, address string, pref case C.IPv6Prefer: var ips []netip.Addr ips, err = resolver.LookupIPProxyServerHost(ctx, host) - var fallback netip.Addr if err == nil { for _, addr := range ips { if addr.Is6() {