From e62dc01e78e8c882fc499e5ebb886b2908e6505d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 18 May 2004 19:51:53 +0000 Subject: Split SUPERSERVER domains in sserver.dk as BITBASE-nomail and superserver.dk as own file (only suerserver.dk has ns host). --- bind/named.conf.pri | 4 ++-- bind/pri/SUPERSERVER | 16 ---------------- bind/pri/superserver.dk | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 bind/pri/SUPERSERVER create mode 100644 bind/pri/superserver.dk (limited to 'bind') diff --git a/bind/named.conf.pri b/bind/named.conf.pri index d9a2084..83c1029 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -28,10 +28,10 @@ zone "nicolaiwallner.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BIT zone "patientsikkerhed.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Cockpit zone "pedelakademiet.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Spiff zone "resolution.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // LAB -zone "sserver.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/SUPERSERVER"; allow-transfer { bb_slaves; }; }; // Spiff +zone "sserver.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Spiff zone "starquality.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // AltNet zone "steenwinkel.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/steenwinkel.dk"; allow-transfer { bb_slaves; }; }; // Terramare -zone "superserver.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/SUPERSERVER"; allow-transfer { bb_slaves; }; }; // Spiff +zone "superserver.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/superserver.dk"; allow-transfer { bb_slaves; }; }; // Spiff zone "thirdculture.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald zone "tinghaven.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Lone Samuelsson zone "wanderlust.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald diff --git a/bind/pri/SUPERSERVER b/bind/pri/SUPERSERVER deleted file mode 100644 index 2528c35..0000000 --- a/bind/pri/SUPERSERVER +++ /dev/null @@ -1,16 +0,0 @@ -$TTL 3600 -@ IN SOA ns.bitbase.dk. teknik.bitbase.dk. ( - 2004051701 ; serial - 3600 ; refresh - 1800 ; retry - 604800 ; expire - 3600 ) ; Negative Cache TTL -; -@ IN NS ns.bitbase.dk. -@ IN NS dns.jones.dk. -@ IN NS ns.superserver.dk. - TXT "v=spf1 -all" -; -ns IN A 80.166.109.186 -@ IN A 212.99.226.250 -* IN A 212.99.226.250 diff --git a/bind/pri/superserver.dk b/bind/pri/superserver.dk new file mode 100644 index 0000000..2528c35 --- /dev/null +++ b/bind/pri/superserver.dk @@ -0,0 +1,16 @@ +$TTL 3600 +@ IN SOA ns.bitbase.dk. teknik.bitbase.dk. ( + 2004051701 ; serial + 3600 ; refresh + 1800 ; retry + 604800 ; expire + 3600 ) ; Negative Cache TTL +; +@ IN NS ns.bitbase.dk. +@ IN NS dns.jones.dk. +@ IN NS ns.superserver.dk. + TXT "v=spf1 -all" +; +ns IN A 80.166.109.186 +@ IN A 212.99.226.250 +* IN A 212.99.226.250 -- cgit v1.2.3