From 2e10a182162582ce9a7721b19f9ab187c9db72a9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 9 Sep 2005 17:02:19 +0000 Subject: Added new custom setup (external mx host) domain linuxparty.dk. --- bind/named.conf.pri | 1 + bind/pri/linuxparty.dk | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 bind/pri/linuxparty.dk (limited to 'bind') 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" -- cgit v1.2.3