mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
cleaned up logs, go initial updates working
This commit is contained in:
@@ -242,7 +242,8 @@ func JoinNetwork(cfg config.ClientConfig, privateKey string, iscomms bool) error
|
||||
go func() {
|
||||
if !local.SetDNSWithRetry(node, server.Address) {
|
||||
cfg.Node.DNSOn = "no"
|
||||
PublishNodeUpdate(&cfg)
|
||||
var currentCommsCfg = getCommsCfgByNode(&cfg.Node)
|
||||
PublishNodeUpdate(¤tCommsCfg, &cfg)
|
||||
}
|
||||
}()
|
||||
break
|
||||
|
Reference in New Issue
Block a user