add implementation for new ips module

This commit is contained in:
ionutboangiu
2025-05-14 17:57:37 +03:00
committed by Dan Christian Bogos
parent d6676866d5
commit 43cdd396ba
74 changed files with 3424 additions and 92 deletions

View File

@@ -228,6 +228,8 @@ func (srvMngr *ServiceManager) handleReload() {
go srvMngr.reloadService(utils.CoreS)
case <-srvMngr.GetConfig().GetReloadChan(config.JanusAgentJson):
go srvMngr.reloadService(utils.JanusAgent)
case <-srvMngr.GetConfig().GetReloadChan(config.IPsJSON):
// go srvMngr.reloadService(utils.IPs)
}
// handle RPC server
}