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