From 91419bc306bded50dd7695ee035c56e31c3525e5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 30 Oct 2010 14:59:42 +0000 Subject: Add new BITBASE domain artofhosting.org. --- bind/named.conf.pri | 1 + bind/pri/artofhosting.org | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 bind/pri/artofhosting.org diff --git a/bind/named.conf.pri b/bind/named.conf.pri index eec1f9a..dbdab0a 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -22,6 +22,7 @@ zone "sirireiter.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREAN zone "svalerne.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/svalerne.dk"; allow-transfer { bb_slaves; }; }; // Svalerne // int. ns.bitbase.dk +zone "artofhosting.org" { type master; file "/etc/local-BITBASE.DK/bind/pri/artofhosting.org"; allow-transfer { bb_slaves; }; }; // Rowan Simonsen zone "socialinnovation.biz" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // Torben Brandt zone "taekkemand.net" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER"; allow-transfer { bb_slaves; }; }; // Thomas Melbye diff --git a/bind/pri/artofhosting.org b/bind/pri/artofhosting.org new file mode 100644 index 0000000..9a1eb4f --- /dev/null +++ b/bind/pri/artofhosting.org @@ -0,0 +1,18 @@ +$TTL 3600 +@ SOA ns.bitbase.dk. teknik.bitbase.dk. ( + 2010103001 ; 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 81.95.247.21 +; MX 10 mx01.dandomain.dk. +; SPF "v=spf1 mx -all" +www CNAME cray.novicell.dk. +list A 193.162.142.149 +; MX 0 . +; SPF "v=spf1 -all" -- cgit v1.2.3