Chore: merge branch 'with-tun' into plus-pro

This commit is contained in:
yaling888
2022-05-01 21:09:15 +08:00
6 changed files with 115 additions and 15 deletions

View File

@ -116,6 +116,7 @@ func GetGeneral() *config.General {
Mode: tunnel.Mode(),
LogLevel: log.Level(),
IPv6: !resolver.DisableIPv6,
Tun: P.GetTunConf(),
}
return general