Allow lst fixed

This commit is contained in:
135
2023-10-13 12:54:11 +03:00
parent 1d34e1324c
commit 4f570339d1
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
#
# WARNING: auto-generated by Ansible powerdns-recursor role.
#
127.0.0.0/8
100.64.0.0/10
169.254.0.0/16
{% if allow_lst is defined and allow_lst | length > 0 %}
{% for allowed_addr in allow_lst %}
{{ allowed_addr }}
{% endfor %}
{% endif %}