diff --git a/bind/files/redhat/named.conf.local b/bind/files/redhat/named.conf.local index ea3dcfd..fc5907a 100644 --- a/bind/files/redhat/named.conf.local +++ b/bind/files/redhat/named.conf.local @@ -7,7 +7,7 @@ //include "/etc/bind/zones.rfc1918"; {%- macro zone(key, args, file, masters) %} -zone "{{ key }}" { +zone "{{ key }}" IN { type {{ args['type'] }}; {% if args['type'] == 'forward' -%} {% if args['forward'] is defined -%}