summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-09-09 17:02:19 +0000
committerJonas Smedegaard <dr@jones.dk>2005-09-09 17:02:19 +0000
commit2e10a182162582ce9a7721b19f9ab187c9db72a9 (patch)
tree731f9d4e6570e7be56ef75e66095fb914fdf4f00 /bind
parent631703abfa70721b1b88583eb5daa6de95404963 (diff)
Added new custom setup (external mx host) domain linuxparty.dk.
Diffstat (limited to 'bind')
-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"