mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
chore: override-destination default value is true
This commit is contained in:
parent
3d143d0b91
commit
601a40d068
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
|
|||
Ports: []string{},
|
||||
ForceDnsMapping: true,
|
||||
ParsePureIp: true,
|
||||
OverrideDest: true,
|
||||
},
|
||||
Profile: Profile{
|
||||
StoreSelected: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue