From b05d1aac07aca606ee004ccf1c733f87e933dbf1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 16 Jun 2005 11:27:22 +0000 Subject: Add new domain scenerum-org (temporarily pointing to Negon server). --- bind/named.conf.pri | 1 + bind/pri/scenerum.org | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 bind/pri/scenerum.org diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 736f871..f02ff3b 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -37,6 +37,7 @@ zone "webcommunity.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/OFF" zone "haakansson.com" { type master; file "/etc/local-BITBASE.DK/bind/pri/haakansson.com"; allow-transfer { bb_slaves; }; }; // Christoffer Haakansson (reg=TotalReg) zone "nicolaiwallner.com" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // Nicolai Wallner (reg=TotalReg) zone "nord-utte.org" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE-jonesmail"; allow-transfer { bb_slaves; }; }; // Spiff (reg=TotalReg) +zone "scenerum.org" { type master; file "/etc/local-BITBASE.DK/bind/pri/scenerum.org"; allow-transfer { bb_slaves; }; }; // Nordscen.org zone "taekkemand.net" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // Thomas Melbye // dk suspended ns.bitbase.dk diff --git a/bind/pri/scenerum.org b/bind/pri/scenerum.org new file mode 100644 index 0000000..40c3524 --- /dev/null +++ b/bind/pri/scenerum.org @@ -0,0 +1,15 @@ +$TTL 3600 +@ IN SOA ns.bitbase.dk. teknik.bitbase.dk. ( + 2005061601 ; serial + 3600 ; refresh + 1800 ; retry + 604800 ; expire + 3600 ) ; Negative Cache TTL + NS ns.bitbase.dk. + NS ns.superserver.dk. + NS dns.jones.dk. + NS ns.homebase.dk. + TXT "v=spf1 -all" + A 195.184.109.91 +* A 195.184.109.91 + TXT "v=spf1 -all" -- cgit v1.2.3