fixed invalid variable in named.conf.local.j2

master
Niclas Thobaben 2021-12-27 21:09:00 +01:00
parent 2b8b00b5ee
commit e951934cb6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
{% for zone in dns_zones %}
{% for zone in bind9_zones %}
zone "{{zone.name}}" IN {
type {{zone.type}};
file "{{bind9_zone_dir}}/{{zone.name}}.zone";