From 2a1d2aba903abe9a49e428f07dc427618abd2da9 Mon Sep 17 00:00:00 2001 From: Andrew Paglusch Date: Fri, 8 Oct 2021 23:59:26 -0500 Subject: [PATCH] Update node_config.yml.j2 --- templates/node_config.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/node_config.yml.j2 b/templates/node_config.yml.j2 index 2e62e3c..d67e7fa 100644 --- a/templates/node_config.yml.j2 +++ b/templates/node_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 }}