mirror of
https://github.com/fatedier/frp.git
synced 2025-07-05 07:51:43 +07:00
msg: new message CloseProxy
This commit is contained in:
@ -358,6 +358,9 @@ func (ctl *Control) manager() {
|
||||
pxy := NewProxy(ctl, cfg)
|
||||
if err := pxy.Run(); err != nil {
|
||||
ctl.Warn("[%s] proxy start running error: %v", m.ProxyName, err)
|
||||
ctl.sendCh <- &msg.CloseProxy{
|
||||
ProxyName: m.ProxyName,
|
||||
}
|
||||
continue
|
||||
}
|
||||
ctl.proxies[m.ProxyName] = pxy
|
||||
|
Reference in New Issue
Block a user