Feature: patch update support tun config

This commit is contained in:
littoy
2022-05-01 17:08:17 +08:00
committed by yaling888
parent 7e85d5a954
commit 8c84c8b193
4 changed files with 107 additions and 5 deletions

View File

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