mirror of
https://github.com/fatedier/frp.git
synced 2025-07-12 00:41:06 +07:00
split visitors from proxies and add health check config
This commit is contained in:
@ -27,7 +27,7 @@ type Service struct {
|
||||
closedCh chan int
|
||||
}
|
||||
|
||||
func NewService(pxyCfgs map[string]config.ProxyConf, visitorCfgs map[string]config.ProxyConf) (svr *Service) {
|
||||
func NewService(pxyCfgs map[string]config.ProxyConf, visitorCfgs map[string]config.VisitorConf) (svr *Service) {
|
||||
svr = &Service{
|
||||
closedCh: make(chan int),
|
||||
}
|
||||
|
Reference in New Issue
Block a user