mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-05 18:20:48 -08:00
More LH cleanup (#429)
This commit is contained in:
parent
75f7bda0a4
commit
64d8e5aa96
14 changed files with 246 additions and 248 deletions
2
main.go
2
main.go
|
|
@ -266,7 +266,7 @@ func Main(config *Config, configTest bool, buildVersion string, logger *logrus.L
|
|||
lightHouse := NewLightHouse(
|
||||
l,
|
||||
amLighthouse,
|
||||
ip2int(tunCidr.IP),
|
||||
tunCidr,
|
||||
lighthouseHosts,
|
||||
//TODO: change to a duration
|
||||
config.GetInt("lighthouse.interval", 10),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue