summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-06-11 14:16:16 +0000
committerJonas Smedegaard <dr@jones.dk>2008-06-11 14:16:16 +0000
commitb7ecf2e0d4fa3426e61270d3cfee153530404048 (patch)
tree8a74e868010e9203d6ade7520dcb7b3b1c37e752 /bind
parent48d271b56c91126913c64a8c46d1d56719ab59ef (diff)
Adopt IDA domains (idaa.dk and idraetsdaghojskolen.dk) in BITBASE.
Diffstat (limited to 'bind')
-rw-r--r--bind/named.conf-coreander2
-rw-r--r--bind/named.conf.acl1
-rw-r--r--bind/named.conf.pri2
-rw-r--r--bind/pri/IDA29
4 files changed, 31 insertions, 3 deletions
diff --git a/bind/named.conf-coreander b/bind/named.conf-coreander
index c74cec5..d2199b5 100644
--- a/bind/named.conf-coreander
+++ b/bind/named.conf-coreander
@@ -1,10 +1,8 @@
include "/etc/local-BITBASE.DK/bind/named.conf.acl";
-include "/etc/local-IDRAETSDAGHOJSKOLEN.DK/bind/named.conf.acl";
include "/etc/local-JONES.DK/bind/named.conf.acl";
include "/etc/local-KOMPONENT.DK/bind/named.conf.acl";
include "/etc/local-BITBASE.DK/bind/named.conf.pri";
-include "/etc/local-IDRAETSDAGHOJSKOLEN.DK/bind/named.conf.pri";
include "/etc/local-JONES.DK/bind/named.conf.pri";
include "/etc/local-KOMPONENT.DK/bind/named.conf.pri";
diff --git a/bind/named.conf.acl b/bind/named.conf.acl
index fba28bb..208080a 100644
--- a/bind/named.conf.acl
+++ b/bind/named.conf.acl
@@ -6,6 +6,5 @@ acl bb_slaves {
213.237.80.158; // ns.107b.dk
195.184.109.89; // temp ns.107b.dk
87.59.12.197; // dns.jones.dk
- 85.81.138.117; // ns.idraetsdaghojskolen.dk
217.70.177.40; // ns6.gandi.net
};
diff --git a/bind/named.conf.pri b/bind/named.conf.pri
index 83182ab..9fc5d4f 100644
--- a/bind/named.conf.pri
+++ b/bind/named.conf.pri
@@ -12,6 +12,8 @@ zone "bluepill.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDE
zone "borneuni.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER"; allow-transfer { bb_slaves; }; }; // MacRonald
zone "electrohype.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // Maria Minard
zone "himawari.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER"; allow-transfer { bb_slaves; }; }; // Kristin Birkeland
+zone "idaa.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/IDA"; allow-transfer { bb_slaves; }; }; // IDA (admin=IDA)
+zone "idraetsdaghojskolen.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/IDA"; allow-transfer { bb_slaves; }; }; // IDA (admin=IDA)
zone "linuxparty.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER"; allow-transfer { bb_slaves; }; }; // Rune Zimmermann
zone "linuxpiloterne.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald
zone "mettehass.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-jonesmail"; allow-transfer { bb_slaves; }; }; // Mette Hass
diff --git a/bind/pri/IDA b/bind/pri/IDA
new file mode 100644
index 0000000..5e954e4
--- /dev/null
+++ b/bind/pri/IDA
@@ -0,0 +1,29 @@
+$TTL 3600
+@ SOA ns.bitbase.dk. dr.jones.dk. (
+ 2008061101 ; serial
+ 3600 ; refresh
+ 1800 ; retry
+ 604800 ; expire
+ 3600 ) ; Negative Cache TTL
+
+ A 80.68.88.141
+ NS ns.bitbase.dk.
+ NS dns.jones.dk.
+ NS ns.superserver.dk.
+ NS ns.homebase.dk.
+ MX 10 ida
+ TXT "v=spf1 mx -all"
+
+ida A 85.81.138.117
+ LOC 56 10 N 010 13 E 100m
+ TXT "v=spf1 -all"
+
+coreander A 80.68.88.141
+ HINFO "User Mode Linux" "Debian GNU/Linux"
+ TXT "v=spf1 -all"
+
+mail CNAME ida
+vpn CNAME ida
+www CNAME coreander
+
+* CNAME coreander