summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bind/named.conf.pri7
-rw-r--r--bind/pri/BITBASE2
-rw-r--r--bind/pri/BITBASE-jonesmail2
-rw-r--r--bind/pri/BITBASE-nomail2
-rw-r--r--bind/pri/LINUXPILOT15
5 files changed, 25 insertions, 3 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri
index e2b0d3a..1982567 100644
--- a/bind/named.conf.pri
+++ b/bind/named.conf.pri
@@ -9,6 +9,9 @@ zone "lonesamuelsson.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BIT
// int. pending
// dk ns.bitbase.dk
+zone "3rdculture.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald
+zone "adakrem.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // MacRonald
+zone "altnet.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // AltNet
zone "bitbabe.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Spiff
zone "bitbase.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/bitbase.dk"; allow-transfer { bb_slaves; }; }; // Spiff
zone "boerneuniversitetet.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald
@@ -17,6 +20,8 @@ zone "electrohype.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBA
zone "freespace-cph.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Maria Minard
zone "gangstafilm.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Sebastian Winterø
zone "icas.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Cockpit
+zone "linuxpilot.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/LINUXPILOT"; allow-transfer { bb_slaves; }; }; // MacRonald
+zone "linuxpiloterne.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/LINUXPILOT"; allow-transfer { bb_slaves; }; }; // MacRonald
zone "livskunsten.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Christen Hansen
zone "minard.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Maria Minard
zone "netcommunity.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Conduct
@@ -28,6 +33,7 @@ zone "sserver.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/SUPERSERV
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 "thirdculture.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald
zone "wanderlust.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // MacRonald
zone "webcommunity.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Conduct
@@ -36,6 +42,7 @@ zone "ascii33.org" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-
zone "haakansson.com" { type master; file "/etc/local-COMMON/bind/BITBASE/haakansson.com"; allow-transfer { bb_slaves; }; }; // Christoffer Haakansson
zone "katrinedahl.com" { type master; file "/etc/local-COMMON/bind/BITBASE/OFF"; allow-transfer { bb_slaves; }; }; // ASCII33
zone "nicolaiwallner.com" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Nicolai Wallner
+zone "nord-utte.org" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-jonesmail"; allow-transfer { bb_slaves; }; }; // Spiff
zone "taekkemand.net" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Thomas Melbye
zone "trinevalentin.com" { type master; file "/etc/local-COMMON/bind/BITBASE/OFF"; allow-transfer { bb_slaves; }; }; // ASCII33
diff --git a/bind/pri/BITBASE b/bind/pri/BITBASE
index 38c14ea..0c362ac 100644
--- a/bind/pri/BITBASE
+++ b/bind/pri/BITBASE
@@ -1,6 +1,6 @@
$TTL 3600
@ IN SOA ns.bitbase.dk. teknik.bitbase.dk. (
- 2004012301 ; serial
+ 2004050701 ; serial
3600 ; refresh
1800 ; retry
604800 ; expire
diff --git a/bind/pri/BITBASE-jonesmail b/bind/pri/BITBASE-jonesmail
index b99e909..8008e06 100644
--- a/bind/pri/BITBASE-jonesmail
+++ b/bind/pri/BITBASE-jonesmail
@@ -1,6 +1,6 @@
$TTL 3600
@ IN SOA ns.bitbase.dk. teknik.bitbase.dk. (
- 2004042001 ; serial
+ 2004050701 ; serial
3600 ; refresh
1800 ; retry
604800 ; expire
diff --git a/bind/pri/BITBASE-nomail b/bind/pri/BITBASE-nomail
index da9027c..2456662 100644
--- a/bind/pri/BITBASE-nomail
+++ b/bind/pri/BITBASE-nomail
@@ -1,6 +1,6 @@
$TTL 3600
@ IN SOA ns.bitbase.dk. teknik.bitbase.dk. (
- 2003111001 ; serial
+ 2004050701 ; serial
3600 ; refresh
1800 ; retry
604800 ; expire
diff --git a/bind/pri/LINUXPILOT b/bind/pri/LINUXPILOT
new file mode 100644
index 0000000..a44b08d
--- /dev/null
+++ b/bind/pri/LINUXPILOT
@@ -0,0 +1,15 @@
+$TTL 3600
+@ IN SOA ns.bitbase.dk. teknik.bitbase.dk. (
+ 2004050701 ; serial
+ 3600 ; refresh
+ 1800 ; retry
+ 604800 ; expire
+ 3600 ) ; Negative Cache TTL
+;
+@ IN NS ns.bitbase.dk.
+@ IN NS ns.superserver.dk.
+@ IN NS dns.jones.dk.
+;
+@ IN A 212.99.226.250
+home IN A 80.208.53.18
+* IN A 212.99.226.250