summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-08-05 12:57:17 +0000
committerJonas Smedegaard <dr@jones.dk>2009-08-05 12:57:17 +0000
commitbb4972481d1af3e8d8567ca0e7eb38e812a14075 (patch)
tree389d8004036ac24e0f0c314ee409e0f9c5c52eb4
parente0ff49954630df2ec2be31afd8c80211e417645d (diff)
Add new BITBASE domain birgitmaanestraale.dk (using mx01.dandomain.dk as MX).
-rw-r--r--bind/named.conf.pri1
-rw-r--r--bind/pri/birgitmaanestraale.dk17
2 files changed, 18 insertions, 0 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri
index c9efd5d..c5a40d1 100644
--- a/bind/named.conf.pri
+++ b/bind/named.conf.pri
@@ -6,6 +6,7 @@
// dk ns.bitbase.dk
zone "biks.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // Jones
+zone "birgitmaanestraale.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/birgitmaanestraale.dk"; allow-transfer { bb_slaves; }; }; // Birgit Maanestraale
zone "bitbase.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/bitbase.dk"; allow-transfer { bb_slaves; }; }; // Spiff
zone "bluepill.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // Spiff
zone "borneuni.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/borneuni.dk"; allow-transfer { bb_slaves; }; }; // MacRonald
diff --git a/bind/pri/birgitmaanestraale.dk b/bind/pri/birgitmaanestraale.dk
new file mode 100644
index 0000000..a8e34d4
--- /dev/null
+++ b/bind/pri/birgitmaanestraale.dk
@@ -0,0 +1,17 @@
+$TTL 3600
+@ SOA ns.bitbase.dk. teknik.bitbase.dk. (
+ 2009080501 ; serial
+ 3600 ; refresh
+ 1800 ; retry
+ 604800 ; expire
+ 3600 ) ; Negative Cache TTL
+ NS ns.bitbase.dk.
+ NS dns.jones.dk.
+ NS ns.superserver.dk.
+ NS ns.homebase.dk.
+ A 80.68.88.141
+ MX 10 mx01.dandomain.dk.
+; SPF "v=spf1 mx -all"
+* A 80.68.88.141
+ MX 0 .
+; SPF "v=spf1 -all"