make tun config compatible with premium

This commit is contained in:
Clash-Mini
2022-01-05 01:50:43 +08:00
parent 9475799615
commit ba6fdd2962
2 changed files with 3 additions and 3 deletions

View File

@ -209,7 +209,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
Tun: Tun{
Enable: false,
Stack: "gvisor",
DnsHijack: []string{"192.18.0.2:53"},
DnsHijack: []string{"0.0.0.0:53"},
AutoRoute: true,
AutoDetectInterface: true,
},