From f36116e920fa1fb0e3b6a14c398da71df8fc9dca Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 14 Jul 2025 15:21:28 +0200 Subject: [PATCH] fix: jinja template thing --- templates/unbound/unbound.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/unbound/unbound.conf.j2 b/templates/unbound/unbound.conf.j2 index 9a01ef3..d276fab 100644 --- a/templates/unbound/unbound.conf.j2 +++ b/templates/unbound/unbound.conf.j2 @@ -8,7 +8,7 @@ server: do-tcp: no # access control -{% for network in unbound_allow_access % } +{% for network in unbound_allow_access %} ## {{ network.name }} access-control: {{ network.network }} allow