From 3b4ad1c8b05af3934599b15ac58133389e59d23a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 16 Jul 2003 18:53:46 +0000 Subject: Add to-be-tranferred domain dgihuset.dk, and merge that and dgi-huset.dk. --- bind/named.conf.pri | 3 ++- bind/pri/DGIHUSET | 20 ++++++++++++++++++++ bind/pri/dgi-huset.dk | 20 -------------------- 3 files changed, 22 insertions(+), 21 deletions(-) create mode 100644 bind/pri/DGIHUSET delete mode 100644 bind/pri/dgi-huset.dk diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 9cb21e5..04c9177 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -2,6 +2,7 @@ zone "x.ascii33.net" { type master; file "/etc/local-COMMON/bind/BITBASE/x.ascii33.net"; allow-transfer { bb_slaves; }; }; // ASCII33 // dk pending +zone "dgihuset.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/DGIHUSET"; allow-transfer { bb_slaves; }; }; // Troels Knudsen // int. pending zone "nicolaiwallner.com" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Nicolai Wallner @@ -20,7 +21,7 @@ zone "coa.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/coa.dk"; al zone "cph-bmx.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { bb_slaves; }; }; // Nils Stærk zone "cph-squarekitchen.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald zone "dekadentfilm.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Sebastian Winterø -zone "dgi-huset.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/dgi-huset.dk"; allow-transfer { bb_slaves; }; }; // Troels Knudsen +zone "dgi-huset.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/DGIHUSET"; allow-transfer { bb_slaves; }; }; // Troels Knudsen zone "electrohype.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Maria Minard zone "eyeworks.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // ASCII33 zone "filurlighed.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { bb_slaves; }; }; // Filurlighed diff --git a/bind/pri/DGIHUSET b/bind/pri/DGIHUSET new file mode 100644 index 0000000..d5f0051 --- /dev/null +++ b/bind/pri/DGIHUSET @@ -0,0 +1,20 @@ +$TTL 3600 +@ IN SOA ns.bitbase.dk. dr.jones.dk. ( + 2003071601 ; serial + 3600 ; refresh + 1800 ; retry + 604800 ; expire + 3600 ) ; Negative Cache TTL +; +@ IN NS ns.bitbase.dk. +@ IN NS ns.xenux.dk. +; +@ IN MX 10 mail.jones.dk. +@ IN MX 50 mail.haakansson.com. +@ IN MX 50 mail.shared.dk. +@ IN MX 50 mail.idaskolen.dk. +@ IN MX 50 mail.bitbase.dk. +@ IN A 80.163.221.238 +booking IN A 213.150.41.151 +booking2 IN A 213.150.41.151 +* IN A 80.163.221.238 diff --git a/bind/pri/dgi-huset.dk b/bind/pri/dgi-huset.dk deleted file mode 100644 index 90c0278..0000000 --- a/bind/pri/dgi-huset.dk +++ /dev/null @@ -1,20 +0,0 @@ -$TTL 3600 -@ IN SOA ns.bitbase.dk. dr.jones.dk. ( - 2003061601 ; serial - 3600 ; refresh - 1800 ; retry - 604800 ; expire - 3600 ) ; Negative Cache TTL -; -@ IN NS ns.bitbase.dk. -@ IN NS ns.xenux.dk. -; -@ IN MX 10 mail.jones.dk. -@ IN MX 50 mail.haakansson.com. -@ IN MX 50 mail.shared.dk. -@ IN MX 50 mail.idaskolen.dk. -@ IN MX 50 mail.bitbase.dk. -@ IN A 80.163.221.238 -booking IN A 213.150.41.151 -booking2 IN A 213.150.41.151 -* IN A 80.163.221.238 -- cgit v1.2.3