mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-02 18:14:01 +00:00
Fix DnsHijack default value bug.
This commit is contained in:
parent
8ae68552a6
commit
c3cfa3d6cd
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
|
|||
Tun: Tun{
|
||||
Enable: false,
|
||||
Stack: "gvisor",
|
||||
DnsHijack: []string{"192.18.0.2:53"},
|
||||
DnsHijack: []string{"198.18.0.2:53"},
|
||||
AutoRoute: true,
|
||||
},
|
||||
DNS: RawDNS{
|
||||
|
|
Loading…
Reference in a new issue