From 1afcc4a0973534edc7dd42984ec11704110504e8 Mon Sep 17 00:00:00 2001 From: Andrew Paglusch Date: Sat, 9 Oct 2021 00:12:59 -0500 Subject: [PATCH] Update lighthouse_config.yml.j2 --- templates/lighthouse_config.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/lighthouse_config.yml.j2 b/templates/lighthouse_config.yml.j2 index b35a8b1..9b0a1f9 100644 --- a/templates/lighthouse_config.yml.j2 +++ b/templates/lighthouse_config.yml.j2 @@ -82,14 +82,14 @@ firewall: # outbound: -{% for rule in nebula_default_outbound_rules %} +{% for rule in nebula_outbound_rules %} - port: {{ rule.port }} proto: {{ rule.proto }} host: {{ rule.host }} {% endfor %} inbound: -{% for rule in nebula_default_outbound_rules %} +{% for rule in nebula_inbound_rules %} - port: {{ rule.port }} proto: {{ rule.proto }} host: {{ rule.host }}