From 3c45e75a007d6558427e6dab6f9ae1a9334585bb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 19 May 2014 22:35:35 +0200 Subject: [PATCH] 29.172.in-addr.arpa on geo* --- modules/named/files/common/named.conf.local | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/named/files/common/named.conf.local b/modules/named/files/common/named.conf.local index 5397f6d3d..d6781910a 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 { }; +}; -- 2.20.1