diff options
-rw-r--r-- | bind/fake-222/JONES-cloud-www | 10 | ||||
-rw-r--r-- | bind/named.conf.fake-222 | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 2 | ||||
-rw-r--r-- | bind/pri/JONES-cloud-www | 10 |
4 files changed, 22 insertions, 2 deletions
diff --git a/bind/fake-222/JONES-cloud-www b/bind/fake-222/JONES-cloud-www new file mode 100644 index 0000000..7a4bec1 --- /dev/null +++ b/bind/fake-222/JONES-cloud-www @@ -0,0 +1,10 @@ +$TTL 1w +@ IN SOA localhost. root.localhost. ( + 1 + 1w 1d 30d 3h ) + +$INCLUDE /etc/local-JONES.DK/bind/skel/A-cloud +$INCLUDE /etc/local-JONES.DK/bind/skel/MX + 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 d4dc0b9..70fc830 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -18,7 +18,7 @@ zone "birgitmaanestraale.dk" { file "/etc/local-JONES.DK/bind/fake-222/birgitmaanestraale.dk"; }; // Birgit Månestråle zone "byvandring.nu" { type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Paul Hartvigson + file "/etc/local-JONES.DK/bind/fake-222/JONES-cloud-www"; }; // Paul Hartvigson zone "cityseeing.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Paul Hartvigson diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 219c93b..5f5eff6 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -16,7 +16,7 @@ zone "birgitmaanestraale.dk" { file "/etc/local-JONES.DK/bind/pri/birgitmaanestraale.dk"; }; // Birgit Månestråle zone "byvandring.nu" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Paul Hartvigson + file "/etc/local-JONES.DK/bind/pri/JONES-cloud-www"; }; // Paul Hartvigson zone "cityseeing.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Paul Hartvigson diff --git a/bind/pri/JONES-cloud-www b/bind/pri/JONES-cloud-www new file mode 100644 index 0000000..76a3e3c --- /dev/null +++ b/bind/pri/JONES-cloud-www @@ -0,0 +1,10 @@ +$TTL 1h +@ SOA dns.jones.dk. dr.jones.dk. ( + 2019060701 + 1h 30m 1w 1h ) + +$INCLUDE /etc/local-JONES.DK/bind/skel/NS +$INCLUDE /etc/local-JONES.DK/bind/skel/A-cloud +$INCLUDE /etc/local-JONES.DK/bind/skel/MX + +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-cloud www |