chore: override-destination default value is true

This commit is contained in:
gVisor bot 2023-02-06 17:48:49 +08:00
parent 3d143d0b91
commit 601a40d068

View file

@ -410,6 +410,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
Ports: []string{},
ForceDnsMapping: true,
ParsePureIp: true,
OverrideDest: true,
},
Profile: Profile{
StoreSelected: true,