summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-09-07 23:07:16 +0000
committerJonas Smedegaard <dr@jones.dk>2008-09-07 23:07:16 +0000
commita1778f79a2277aeb5ebf35bdd6f76202dab5c5ee (patch)
tree9ec63f15dc6409c7b14b0dae400734332c4d8fdd /bind
parent678355d7f69ca647416c3b59341ef2b1bcc8c74f (diff)
Domain borneuni.dk config separated (forked from COREANDER.
Diffstat (limited to 'bind')
-rw-r--r--bind/named.conf.pri2
-rw-r--r--bind/pri/borneuni.dk19
2 files changed, 20 insertions, 1 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri
index 05f7d94..c7fde7f 100644
--- a/bind/named.conf.pri
+++ b/bind/named.conf.pri
@@ -9,7 +9,7 @@ zone "biks.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-n
zone "bitbase.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/bitbase.dk"; allow-transfer { bb_slaves; }; }; // Spiff
zone "blanksoegaard.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // Jones
zone "bluepill.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // Spiff
-zone "borneuni.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER"; allow-transfer { bb_slaves; }; }; // MacRonald
+zone "borneuni.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/borneuni.dk"; 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
diff --git a/bind/pri/borneuni.dk b/bind/pri/borneuni.dk
new file mode 100644
index 0000000..e588a7f
--- /dev/null
+++ b/bind/pri/borneuni.dk
@@ -0,0 +1,19 @@
+$TTL 3600
+@ SOA ns.bitbase.dk. teknik.bitbase.dk. (
+ 2008031201 ; serial
+ 3600 ; refresh
+ 1800 ; retry
+ 604800 ; expire
+ 3600 ) ; Negative Cache TTL
+ NS ns.bitbase.dk.
+ NS dns.jones.dk.
+ NS ns.superserver.dk.
+ NS ns.homebase.dk.
+ MX 10 mail.bitbase.dk.
+ MX 50 mail.jones.dk.
+ MX 50 mail.dgi-huset.dk.
+ MX 50 mail.homebase.dk.
+ A 80.68.88.141
+ TXT "v=spf1 mx -all"
+* A 80.68.88.141
+ TXT "v=spf1 -all"