[Fixed] auto-route support use ip route

This commit is contained in:
Skyxim
2022-01-22 13:24:31 +08:00
parent e5c99cbee7
commit 03b956b7a3
2 changed files with 21 additions and 2 deletions

View File

@ -208,7 +208,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
Tun: Tun{
Enable: false,
Stack: "gvisor",
DnsHijack: []string{},
DnsHijack: []string{"198.18.0.2:53"},
AutoRoute: false,
},
DNS: RawDNS{