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,