mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00: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