Merge pull request #39 from freifunkhamburg/32c3-vorbei

32c3.freifunk.net entfernen
This commit is contained in:
Alexander 2017-03-11 15:06:24 +01:00 committed by GitHub
commit a9587d9d1e
3 changed files with 2 additions and 31 deletions

View file

@ -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";
};

View file

@ -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

View file

@ -1,7 +1,7 @@
// This is the primary configuration file for the BIND DNS server named. // 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 // Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize // structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file. // this configuration file.
// //
// If you are just adding zones, please do that in /etc/bind/named.conf.local // 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/ffnord.conf";
include "/etc/bind/icvpn.conf"; include "/etc/bind/icvpn.conf";
include "/etc/bind/bit.conf"; include "/etc/bind/bit.conf";
include "/etc/bind/32c3.conf";