summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-09-07 13:55:16 +0200
committerJonas Smedegaard <dr@jones.dk>2015-09-07 13:55:16 +0200
commitebe1a98ada0d6577f061a825e7016d2dd816beb8 (patch)
tree6d4c2cc53e0cebb946d07ae7d6882ae3346ed088
parent80f8aaa5568147e2781e58617db4f302b1b26e17 (diff)
Track biks.dk separately.
-rw-r--r--bind/named.conf.pri2
-rw-r--r--bind/pri/biks.dk17
2 files changed, 18 insertions, 1 deletions
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"