From c621673082b2b43f8e7328dab2621c101330586b Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Fri, 3 Mar 2017 20:57:51 +0100 Subject: [PATCH] 32c3.freifunk.net entfernen --- 32c3.conf | 10 ---------- master/db.net.freifunk.32c3 | 18 ------------------ named.conf | 5 ++--- 3 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 32c3.conf delete mode 100644 master/db.net.freifunk.32c3 diff --git a/32c3.conf b/32c3.conf deleted file mode 100644 index 22a1c02..0000000 --- a/32c3.conf +++ /dev/null @@ -1,10 +0,0 @@ -zone "32c3.freifunk.net" IN { - type master; - allow-transfer { - 144.76.72.235; # ns.ohrensessel.net - }; - also-notify { - 144.76.72.235; # ns.ohrensessel.net - }; - file "/etc/bind/master/db.net.freifunk.32c3"; -}; diff --git a/master/db.net.freifunk.32c3 b/master/db.net.freifunk.32c3 deleted file mode 100644 index 4c2eb8c..0000000 --- a/master/db.net.freifunk.32c3 +++ /dev/null @@ -1,18 +0,0 @@ -$ORIGIN 32c3.freifunk.net. -$TTL 3600 ; 1 Tag -@ IN SOA srv01.hamburg.freifunk.net. hostmaster.hamburg.freifunk.net. ( - 2015122100; serial: wird bei jeder Aenderung inkrementiert (Format: JJJJMMDDVV) - 86400 ; refresh: Sekundenabstand, in dem die Slaves anfragen, ob sich etwas geändert hat - 7200 ; retry: Sekundenabstand, in denen ein Slave wiederholt, falls sein Master nicht antwortet - 3600000 ; expire: wenn der Master auf einen Zonentransfer-Request nicht reagiert, deaktiviert ein Slave nach dieser Zeitspanne in Sekunden die Zone - 172800 ; TTL fuer negatives caching: Analog zum Standard-Caching wird im Cache vermerkt, dass dem zuständigen Nameserver der Name unbekannt war. Da für einen nicht vorhandenen Namen keine TTL existiert, steht sie hier. - ) - -;AUTHORATIVE NAMESERVERS -@ NS srv01.hamburg.freifunk.net. -@ NS ns.ohrensessel.net. - - -;IP von 32c3.freifunk.net -@ A 212.12.51.134 -@ AAAA 2a03:2267::101 diff --git a/named.conf b/named.conf index 4f45ad4..5d93116 100644 --- a/named.conf +++ b/named.conf @@ -1,7 +1,7 @@ // This is the primary configuration file for the BIND DNS server named. // -// Please read /usr/share/doc/bind9/README.Debian.gz for information on the -// structure of BIND configuration files in Debian, *BEFORE* you customize +// Please read /usr/share/doc/bind9/README.Debian.gz for information on the +// structure of BIND configuration files in Debian, *BEFORE* you customize // this configuration file. // // If you are just adding zones, please do that in /etc/bind/named.conf.local @@ -14,4 +14,3 @@ include "/etc/bind/helgo.conf"; include "/etc/bind/ffnord.conf"; include "/etc/bind/icvpn.conf"; include "/etc/bind/bit.conf"; -include "/etc/bind/32c3.conf";