mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-05 18:20:48 -08:00
explicitly reload config from ssh command (#725)
This commit is contained in:
parent
b1eeb5f3b8
commit
c2259f14a7
2 changed files with 9 additions and 16 deletions
2
main.go
2
main.go
|
|
@ -327,7 +327,7 @@ func Main(c *config.C, configTest bool, buildVersion string, logger *logrus.Logg
|
|||
//TODO: check if we _should_ be emitting stats
|
||||
go ifce.emitStats(ctx, c.GetDuration("stats.interval", time.Second*10))
|
||||
|
||||
attachCommands(l, ssh, hostMap, handshakeManager.pendingHostMap, lightHouse, ifce)
|
||||
attachCommands(l, c, ssh, hostMap, handshakeManager.pendingHostMap, lightHouse, ifce)
|
||||
|
||||
// Start DNS server last to allow using the nebula IP as lighthouse.dns.host
|
||||
var dnsStart func()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue