Fix DnsHijack default value bug.

This commit is contained in:
gVisor bot 2022-01-21 18:11:21 +08:00
parent a6ce1901e5
commit b4728f2e4a

View file

@ -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{