mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 21:31:16 +08:00
chore: override-destination default value is true
This commit is contained in:
parent
287986d524
commit
c8b8b60b93
@ -410,6 +410,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
|
||||
Ports: []string{},
|
||||
ForceDnsMapping: true,
|
||||
ParsePureIp: true,
|
||||
OverrideDest: true,
|
||||
},
|
||||
Profile: Profile{
|
||||
StoreSelected: true,
|
||||
|
Loading…
Reference in New Issue
Block a user