Feature: add lwIP TCP/IP stack to tun listener

This commit is contained in:
yaling888
2021-09-30 04:05:52 +08:00
parent 433d35e866
commit 862174d21b
16 changed files with 443 additions and 117 deletions

View File

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