allow adding extra config for lighthouse node

This commit is contained in:
AndrewPaglusch
2023-01-15 23:17:33 -06:00
committed by Andrew Paglusch
parent a8959885bd
commit a8d4579453
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ nebula_lighthouse_hostname: lighthouse
nebula_lighthouse_internal_ip_addr: 192.168.77.1
nebula_lighthouse_public_hostname: my-nebula-server.com
nebula_lighthouse_public_port: 4242
nebula_lighthouse_extra_config: {}
nebula_inbound_rules:
- { port: "any", proto: "any", host: "any" }