summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bind/named.conf.pri1
-rw-r--r--bind/pri/linuxparty.dk15
2 files changed, 16 insertions, 0 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri
index cae00a2..948584b 100644
--- a/bind/named.conf.pri
+++ b/bind/named.conf.pri
@@ -18,6 +18,7 @@ zone "bygalternativt.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BIT
zone "byglos.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // Lone Samuelsson
zone "electrohype.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // Maria Minard
zone "icas.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // Cockpit
+zone "linuxparty.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/linuxparty.dk"; allow-transfer { bb_slaves; }; }; // Rune Zimmermann
zone "linuxpiloterne.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/LINUXPILOT"; allow-transfer { bb_slaves; }; }; // MacRonald
zone "livskunsten.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // Christen Hansen
zone "lonesamuelsson.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Lone Samuelsson
diff --git a/bind/pri/linuxparty.dk b/bind/pri/linuxparty.dk
new file mode 100644
index 0000000..8dd07b9
--- /dev/null
+++ b/bind/pri/linuxparty.dk
@@ -0,0 +1,15 @@
+$TTL 3600
+@ SOA ns.bitbase.dk. teknik.bitbase.dk. (
+ 2005090901 ; 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.
+ MX 10 mail.linuxnews.dk.
+ A 83.133.64.38
+* A 83.133.64.38
+ TXT "v=spf1 -all"