forked from Mxmilu666/frp
close all proxies if protocol = kcp
This commit is contained in:
@@ -41,3 +41,7 @@ func (svr *Service) Run() error {
|
||||
<-svr.closedCh
|
||||
return nil
|
||||
}
|
||||
|
||||
func (svr *Service) Close() error {
|
||||
return svr.ctl.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user