mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-04-27 13:48:03 +08:00
Fix DnsHijack default value bug.
This commit is contained in:
parent
8ae68552a6
commit
c3cfa3d6cd
@ -208,7 +208,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
|
|||||||
Tun: Tun{
|
Tun: Tun{
|
||||||
Enable: false,
|
Enable: false,
|
||||||
Stack: "gvisor",
|
Stack: "gvisor",
|
||||||
DnsHijack: []string{"192.18.0.2:53"},
|
DnsHijack: []string{"198.18.0.2:53"},
|
||||||
AutoRoute: true,
|
AutoRoute: true,
|
||||||
},
|
},
|
||||||
DNS: RawDNS{
|
DNS: RawDNS{
|
||||||
|
Loading…
Reference in New Issue
Block a user