This commit is contained in:
Maze.tsz
2021-12-27 06:44:17 +08:00
parent ebc3f36236
commit a06382cebc
2 changed files with 3 additions and 1 deletions

View File

@ -208,7 +208,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
ProxyGroup: []map[string]interface{}{},
Tun: Tun{
Enable: false,
Stack: "lwip",
Stack: "gvisor",
DNSListen: "0.0.0.0:53",
AutoRoute: true,
},