From: Peter Palfrader Date: Mon, 19 May 2014 20:35:35 +0000 (+0200) Subject: 29.172.in-addr.arpa on geo* X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c45e75a007d6558427e6dab6f9ae1a9334585bb;p=dsa-puppet.git 29.172.in-addr.arpa on geo* --- diff --git a/modules/named/files/common/named.conf.local b/modules/named/files/common/named.conf.local index 5397f6d3..d6781910 100644 --- a/modules/named/files/common/named.conf.local +++ b/modules/named/files/common/named.conf.local @@ -5,3 +5,15 @@ include "/etc/bind/named.conf.acl"; include "/etc/bind/geodns/named.conf.geo"; + +zone "29.172.in-addr.arpa" { + type slave; + notify no; + file "db.29.172.in-addr.arpa"; + masters { + 82.195.75.91; // denis + 2001:41b8:202:deb:1b1b::91; // denis + }; + allow-query { any; }; + allow-transfer { }; +};