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