From eb6f7e31585b77da3e6c8c005010d2dbdfc9929c Mon Sep 17 00:00:00 2001 From: Skyxim Date: Sat, 23 Apr 2022 10:26:22 +0800 Subject: [PATCH] fix: relay conn error when addr is domain --- adapter/outboundgroup/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/adapter/outboundgroup/util.go b/adapter/outboundgroup/util.go index 266fce8d..cbe9b489 100644 --- a/adapter/outboundgroup/util.go +++ b/adapter/outboundgroup/util.go @@ -24,6 +24,7 @@ func addrToMetadata(rawAddress string) (addr *C.Metadata, err error) { DstIP: netip.Addr{}, DstPort: port, } + err = nil return } else if ip.Is4() { addr = &C.Metadata{