From 27ff5f3069ce7464cfade55770c0f74ef55c97aa Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 24 Mar 2017 09:41:39 +0100 Subject: Use cloud hosting for omni-presence.dk. --- bind/fake-222/JONES-www-nomail-cloud | 11 +++++++++++ bind/named.conf.fake-222 | 2 +- bind/named.conf.pri | 2 +- bind/pri/JONES-www-nomail-cloud | 10 ++++++++++ 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 bind/fake-222/JONES-www-nomail-cloud create mode 100644 bind/pri/JONES-www-nomail-cloud (limited to 'bind') diff --git a/bind/fake-222/JONES-www-nomail-cloud b/bind/fake-222/JONES-www-nomail-cloud new file mode 100644 index 0000000..5b2d0ec --- /dev/null +++ b/bind/fake-222/JONES-www-nomail-cloud @@ -0,0 +1,11 @@ +$TTL 1w +@ IN SOA localhost. root.localhost. ( + 1 + 1w 1d 30d 3h ) + +@ A 163.172.142.110 +$INCLUDE /etc/local-JONES.DK/bind/skel/A-cloud +$INCLUDE /etc/local-JONES.DK/bind/skel/MX-avoid + NS localhost. + +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-cloud www diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 9ab514c..b861388 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -34,7 +34,7 @@ zone "majasguf.dk" { 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/JONES-www-nomail"; }; // Annika Lewis + file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail-cloud"; }; // Annika Lewis zone "public-e.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source+admin+media"; }; // Sara Gebran diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 2291f2a..b49f99a 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -32,7 +32,7 @@ zone "majasguf.dk" { file "/etc/local-JONES.DK/bind/pri/JONES-www+source"; }; // Jones zone "omni-presence.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Annika Lewis + file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail-cloud"; }; // Annika Lewis zone "public-e.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source+admin+media"; }; // Sara Gebran diff --git a/bind/pri/JONES-www-nomail-cloud b/bind/pri/JONES-www-nomail-cloud new file mode 100644 index 0000000..3c1e77e --- /dev/null +++ b/bind/pri/JONES-www-nomail-cloud @@ -0,0 +1,10 @@ +$TTL 1h +@ SOA dns.jones.dk. dr.jones.dk. ( + 2017032401 + 1h 30m 1w 1h ) + +$INCLUDE /etc/local-JONES.DK/bind/skel/NS +$INCLUDE /etc/local-JONES.DK/bind/skel/A +$INCLUDE /etc/local-JONES.DK/bind/skel/MX-avoid + +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-cloud www -- cgit v1.2.3