[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [sysadmin/dns] /: Move axfr settings to powerdns config.
From:       Tom Albers <toma () kde ! org>
Date:       2013-03-04 19:49:52
Message-ID: 20130304194952.65E49A604F () git ! kde ! org
[Download RAW message or body]

Git commit e5a62a436e4d8e06e713bff942004c8395961b1e by Tom Albers.
Committed on 04/03/2013 at 20:50.
Pushed by toma into branch 'master'.

Move axfr settings to powerdns config.

M  +4    -0    powerdns/pdns.d/pdns.local
M  +0    -11   zones/named.conf

http://commits.kde.org/sysadmin/dns/e5a62a436e4d8e06e713bff942004c8395961b1e

diff --git a/powerdns/pdns.d/pdns.local b/powerdns/pdns.d/pdns.local
index 6e311e9..c973ca6 100644
--- a/powerdns/pdns.d/pdns.local
+++ b/powerdns/pdns.d/pdns.local
@@ -7,3 +7,7 @@ bind-config=/etc/powerdns/bind/named.conf
 # PowerDNS will check if the zones are modified automatically. No need to reload the daemon!
 bind-check-interval=30
 
+# Allow bytemark to generate files from our zones.
+disable-axfr=no
+allow-axfr-ips=212.110.161.229
+
diff --git a/zones/named.conf b/zones/named.conf
index 1d609f2..0f57517 100644
--- a/zones/named.conf
+++ b/zones/named.conf
@@ -1,14 +1,3 @@
-acl "xfer" { 212.110.161.229; };
-
-options {
-	directory "/etc/powerdns/bind/";
-	auth-nxdomain no;    # conform to RFC1035
-	listen-on-v6 { any; };
-        allow-transfer { xfer; };
-	version "Not disclosed";
-	notify no;
-};
-
 zone "kde.org." in {
 	type master;
 	file "master/kde.org.zone";
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic