diff options
Diffstat (limited to 'bind/fake')
-rw-r--r-- | bind/fake/JONES | 17 | ||||
-rw-r--r-- | bind/fake/JONES-mailonly | 16 | ||||
-rw-r--r-- | bind/fake/JONES-nomail | 12 |
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 |