diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-06-20 13:22:31 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-06-20 13:25:34 +0200 |
commit | 3e2e033a67afb85f823343d7ae1813ad6fd654de (patch) | |
tree | 19b1d4ec0a3d9b9b2604c305789208b8e5881f58 /bind | |
parent | 6d4cf77ee5a711790245e710822dcde53d8a6220 (diff) |
Add fake-222 entries for former OROE.DK domains.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/fake-222/JONES-legacycloud-nomail | 10 | ||||
-rw-r--r-- | bind/fake-222/oroe.dk | 22 | ||||
-rw-r--r-- | bind/named.conf.fake-222 | 12 |
3 files changed, 44 insertions, 0 deletions
diff --git a/bind/fake-222/JONES-legacycloud-nomail b/bind/fake-222/JONES-legacycloud-nomail new file mode 100644 index 0000000..6d7166c --- /dev/null +++ b/bind/fake-222/JONES-legacycloud-nomail @@ -0,0 +1,10 @@ +$TTL 1w +@ IN SOA localhost. root.localhost. ( + 1 + 1w 1d 30d 3h ) + +$INCLUDE /etc/local-JONES.DK/bind/skel/A-legacycloud +$INCLUDE /etc/local-JONES.DK/bind/skel/MX-avoid + NS localhost. + +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-legacycloud * diff --git a/bind/fake-222/oroe.dk b/bind/fake-222/oroe.dk new file mode 100644 index 0000000..5acb598 --- /dev/null +++ b/bind/fake-222/oroe.dk @@ -0,0 +1,22 @@ +$TTL 1w +@ IN SOA localhost. root.localhost. ( + 1 + 1w 1d 30d 3h ) + +@ NS localhost. + A 46.30.215.187 + MX 10 oroe.dk.mx.one.com. + +_acme-challenge CNAME oroe.dk.acme.service.one.com. + +ftp CNAME accessproxy.webpod7-cph3.one.com. +imap A 46.30.211.21 +phpmyadmin CNAME dbadmin.one.com. +pop A 46.30.211.21 +$INCLUDE /etc/local-JONES.DK/bind/skel/A-legacycloud source +$INCLUDE /etc/local-JONES.DK/bind/skel/A-legacycloud *.source +$INCLUDE /etc/local-JONES.DK/bind/skel/A-222 mejeriet +$INCLUDE /etc/local-JONES.DK/bind/skel/A-222 source.mejeriet +$INCLUDE /etc/local-JONES.DK/bind/skel/A-222 www.mejeriet + +* A 46.30.215.187 diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 70fc830..8ea0172 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -38,12 +38,18 @@ zone "jones.dk" { zone "kassandra-production.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/kassandra-production.dk"; }; // Annika Lewis (owner=Spiff) +zone "livetpaaoroe.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-legacycloud-nomail"; }; // OROE zone "majasguf.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source"; }; // Jones zone "omni-presence.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/omni-presence.dk"; }; // Annika Lewis +zone "oroe.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/oroe.dk"; }; // OROE zone "public-e.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source+admin+media"; }; // Sara Gebran @@ -59,6 +65,12 @@ zone "stadsvandring.dk" { zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES"; }; // Jones +zone "xn--or-mka.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-legacycloud-nomail"; }; // OROE +zone "xn--livetpor-f0a6q.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-legacycloud-nomail"; }; // OROE // int. dns.jones.dk zone "lejlighederinc.org" { |