From 18150770aa47f393c292508e7f16872eaac7de51 Mon Sep 17 00:00:00 2001 From: Jerzy Drozdz Date: Sat, 25 Mar 2017 01:58:35 +0100 Subject: [PATCH] Added zone class --- bind/files/redhat/named.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -%}