feat: RESTful API support set tcp-concurrent

This commit is contained in:
adlyq
2022-05-26 19:49:12 +08:00
parent 7431001ed6
commit 2ebc0383b5
3 changed files with 25 additions and 12 deletions

View File

@ -121,6 +121,7 @@ func GetGeneral() *config.General {
Tun: P.GetTunConf(),
Interface: dialer.DefaultInterface.Load(),
Sniffing: tunnel.IsSniffing(),
TCPConcurrent: dialer.GetDial(),
}
return general