From 5a479211cd0f371da75f5877e58b30d729307fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Tue, 22 Apr 2025 14:55:44 +0800 Subject: [PATCH] Fix overriding address --- route/route.go | 1 + 1 file changed, 1 insertion(+) diff --git a/route/route.go b/route/route.go index d6611b4f..f3e7a983 100644 --- a/route/route.go +++ b/route/route.go @@ -418,6 +418,7 @@ match: Port: metadata.Destination.Port, Fqdn: routeOptions.OverrideAddress.Fqdn, } + metadata.DestinationAddresses = nil } if routeOptions.OverridePort > 0 { metadata.Destination = M.Socksaddr{