From c8b8b60b93b1726405b89d326c66faa03d2b55f9 Mon Sep 17 00:00:00 2001 From: Skyxim Date: Mon, 6 Feb 2023 17:48:49 +0800 Subject: [PATCH] chore: override-destination default value is true --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 3095fb1d..fd8621c3 100644 --- a/config/config.go +++ b/config/config.go @@ -410,6 +410,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) { Ports: []string{}, ForceDnsMapping: true, ParsePureIp: true, + OverrideDest: true, }, Profile: Profile{ StoreSelected: true,