mirror of
https://github.com/fatedier/frp.git
synced 2025-07-20 12:50:04 +07:00
Server manager support the NewUserConn operation (#1740)
support NewUserConn operation
This commit is contained in:
@ -119,6 +119,7 @@ func NewService(cfg config.ServerCommonConf) (svr *Service, err error) {
|
||||
svr.pluginManager.Register(plugin.NewHTTPPluginOptions(options))
|
||||
log.Info("plugin [%s] has been registered", name)
|
||||
}
|
||||
svr.rc.PluginManager = svr.pluginManager
|
||||
|
||||
// Init group controller
|
||||
svr.rc.TcpGroupCtl = group.NewTcpGroupCtl(svr.rc.TcpPortManager)
|
||||
|
Reference in New Issue
Block a user