mirror of
https://github.com/fatedier/frp.git
synced 2026-03-20 08:49:16 +08:00
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