From ebe1a98ada0d6577f061a825e7016d2dd816beb8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 7 Sep 2015 13:55:16 +0200 Subject: Track biks.dk separately. --- bind/named.conf.pri | 2 +- bind/pri/biks.dk | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 bind/pri/biks.dk diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 40b3bec..7c4012e 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,7 +5,7 @@ // int. pending // dk ns.bitbase.dk -zone "biks.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_peers; }; }; // Jones +zone "biks.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/biks.dk"; allow-transfer { bb_peers; }; }; // Jones zone "birgitmaanestraale.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER"; allow-transfer { bb_peers; }; }; // Birgit Maanestraale zone "bitbase.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/bitbase.dk"; allow-transfer { bb_peers; }; }; // Spiff zone "bluepill.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_peers; }; }; // Spiff diff --git a/bind/pri/biks.dk b/bind/pri/biks.dk new file mode 100644 index 0000000..fdbc810 --- /dev/null +++ b/bind/pri/biks.dk @@ -0,0 +1,17 @@ +$TTL 3600 +@ SOA ns.bitbase.dk. teknik.bitbase.dk. ( + 2009062901 ; serial + 3600 ; refresh + 1800 ; retry + 604800 ; expire + 3600 ) ; Negative Cache TTL + NS ns.bitbase.dk. + NS ns.superserver.dk. + NS dns.jones.dk. + NS ns.homebase.dk. + A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +* A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" -- cgit v1.2.3