remove initial pull on daemon start

This commit is contained in:
Matthew R. Kasun
2022-05-09 09:37:00 -04:00
parent 4c634bc02f
commit 5d3274e48d
3 changed files with 1 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ func Daemon() error {
if err := wireguard.ApplyConf(&cfg.Node, cfg.Node.Interface, ncutils.GetNetclientPathSpecific()+cfg.Node.Interface+".conf"); err != nil {
logger.Log(0, "failed to start ", cfg.Node.Interface, "wg interface", err.Error())
}
go initialPull(cfg.Network)
//initialPull(cfg.Network)
}
// == subscribe to all nodes for each on machine ==