summaryrefslogtreecommitdiff
path: root/bind/fake
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-01-26 12:12:37 +0000
committerJonas Smedegaard <dr@jones.dk>2004-01-26 12:12:37 +0000
commit3139b4f12a0af7d20eb61f3bbb9392afd4c34815 (patch)
treeda11e297fe08a9852144eec720ae4904f29e04df /bind/fake
parenteb8543a1e65dcbd798aa6f8099c8bd9331b3d940 (diff)
Add fake counterparts of all JONES domains.
Diffstat (limited to 'bind/fake')
-rw-r--r--bind/fake/JONES17
-rw-r--r--bind/fake/JONES-mailonly16
-rw-r--r--bind/fake/JONES-nomail12
3 files changed, 45 insertions, 0 deletions
diff --git a/bind/fake/JONES b/bind/fake/JONES
new file mode 100644
index 0000000..6db004e
--- /dev/null
+++ b/bind/fake/JONES
@@ -0,0 +1,17 @@
+$TTL 604800
+@ SOA localhost. root.localhost. (
+ 1 ; Serial
+ 604800 ; Refresh
+ 86400 ; Retry
+ 2419200 ; Expire
+ 604800 ) ; Negative Cache TTL
+
+; Public zone roots, mailhubs and non-CNAME services (use A)
+ NS localhost.
+ MX 10 mail.jones.dk.
+ MX 50 mail.idaskolen.dk.
+ MX 50 mail.haakansson.com.
+ MX 50 mail.bitbase.dk.
+ MX 50 mail.homebase.dk.
+ A 10.42.42.42 ; 80.163.221.238
+* A 10.42.42.42 ; 80.163.221.238
diff --git a/bind/fake/JONES-mailonly b/bind/fake/JONES-mailonly
new file mode 100644
index 0000000..b54573f
--- /dev/null
+++ b/bind/fake/JONES-mailonly
@@ -0,0 +1,16 @@
+$TTL 604800
+@ SOA localhost. root.localhost. (
+ 1 ; Serial
+ 604800 ; Refresh
+ 86400 ; Retry
+ 2419200 ; Expire
+ 604800 ) ; Negative Cache TTL
+
+; Public zone roots, mailhubs and non-CNAME services (use A)
+ NS localhost.
+ MX 10 mail.jones.dk.
+ MX 50 mail.idaskolen.dk.
+ MX 50 mail.haakansson.com.
+ MX 50 mail.bitbase.dk.
+ MX 50 mail.homebase.dk.
+mail A 10.42.42.42 ; 80.163.221.238
diff --git a/bind/fake/JONES-nomail b/bind/fake/JONES-nomail
new file mode 100644
index 0000000..5dd7b21
--- /dev/null
+++ b/bind/fake/JONES-nomail
@@ -0,0 +1,12 @@
+$TTL 604800
+@ SOA localhost. root.localhost. (
+ 1 ; Serial
+ 604800 ; Refresh
+ 86400 ; Retry
+ 2419200 ; Expire
+ 604800 ) ; Negative Cache TTL
+
+; Public zone roots, mailhubs and non-CNAME services (use A)
+ NS localhost.
+ A 10.42.42.42 ; 80.163.221.238
+* A 10.42.42.42 ; 80.163.221.238