mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-12 12:02:17 +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{},
|
Ports: []string{},
|
||||||
ForceDnsMapping: true,
|
ForceDnsMapping: true,
|
||||||
ParsePureIp: true,
|
ParsePureIp: true,
|
||||||
|
OverrideDest: true,
|
||||||
},
|
},
|
||||||
Profile: Profile{
|
Profile: Profile{
|
||||||
StoreSelected: true,
|
StoreSelected: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user