chore: tuic-server support restful api patch

This commit is contained in:
wwqgtxx
2022-11-28 18:53:09 +08:00
parent 4b1d4a3e20
commit 01e382285d
3 changed files with 63 additions and 6 deletions

View File

@ -124,6 +124,7 @@ func GetGeneral() *config.General {
IPv6: !resolver.DisableIPv6,
GeodataLoader: G.LoaderName(),
Tun: P.GetTunConf(),
TuicServer: P.GetTuicConf(),
Interface: dialer.DefaultInterface.Load(),
Sniffing: tunnel.IsSniffing(),
TCPConcurrent: dialer.GetDial(),