Remove ffnord.net config
This commit is contained in:
parent
6c8aa71800
commit
a1d7869323
14
ffnord.conf
14
ffnord.conf
|
@ -1,14 +0,0 @@
|
||||||
# Achtung: ffnord.net wird anderswo verwaltet!
|
|
||||||
zone "ffnord.net" IN {
|
|
||||||
type master;
|
|
||||||
allow-transfer {
|
|
||||||
91.121.91.153; # named.exosphere.de
|
|
||||||
144.76.58.2; # named.ohrensessel.net
|
|
||||||
};
|
|
||||||
also-notify {
|
|
||||||
91.121.91.153; # named.exosphere.de
|
|
||||||
144.76.58.2; # named.ohrensessel.net
|
|
||||||
};
|
|
||||||
file "/etc/bind/master/db.net.ffnord";
|
|
||||||
};
|
|
||||||
# Achtung: ffnord.net wird anderswo verwaltet!
|
|
|
@ -1,16 +0,0 @@
|
||||||
; Achtung: ffnord.net wird anderswo verwaltet!
|
|
||||||
$ORIGIN ffnord.net.
|
|
||||||
$TTL 3600 ; 1 Stunde
|
|
||||||
@ IN SOA srv02.hamburg.freifunk.net. hostmaster.hamburg.freifunk.net. (
|
|
||||||
2019021600; 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 srv02.hamburg.freifunk.net.
|
|
||||||
;@ NS named.exosphere.de.
|
|
||||||
@ NS named.ohrensessel.net.
|
|
||||||
; Achtung: ffnord.net wird anderswo verwaltet!
|
|
|
@ -11,6 +11,5 @@ include "/etc/bind/named.conf.local";
|
||||||
include "/etc/bind/named.conf.default-zones";
|
include "/etc/bind/named.conf.default-zones";
|
||||||
include "/etc/bind/ffhh.conf";
|
include "/etc/bind/ffhh.conf";
|
||||||
include "/etc/bind/helgo.conf";
|
include "/etc/bind/helgo.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";
|
||||||
|
|
Loading…
Reference in a new issue