From 0d937b7e3faa2552da5b06a81fd3f090c9737c8d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 11 Oct 2022 15:26:21 +0200 Subject: add JONES.DK host transit.sirireiter.dk pointing to teeny --- bind/fake-222/sirireiter.dk | 13 +++++++++++++ bind/named.conf.fake-222 | 2 +- bind/named.conf.pri | 2 +- bind/pri/sirireiter.dk | 13 +++++++++++++ 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 bind/fake-222/sirireiter.dk create mode 100644 bind/pri/sirireiter.dk diff --git a/bind/fake-222/sirireiter.dk b/bind/fake-222/sirireiter.dk new file mode 100644 index 0000000..7f93af6 --- /dev/null +++ b/bind/fake-222/sirireiter.dk @@ -0,0 +1,13 @@ +$TTL 1w +@ IN SOA localhost. root.localhost. ( + 1 + 4h 1h 1w 1h ) + +$INCLUDE /etc/local-JONES.DK/bind/skel/A-222 +$INCLUDE /etc/local-JONES.DK/bind/skel/MX-avoid +@ NS localhost. + +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-teeny transit +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-teeny www.transit + +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME * diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index e158d56..03350b2 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -82,7 +82,7 @@ zone "scharffenberger.dk" { file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Mikkel Friis-Holm zone "sirireiter.dk" { type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // Siri Reiter + file "/etc/local-JONES.DK/bind/fake-222/sirireiter.dk"; }; // Siri Reiter zone "stadsvandring.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Paul Hartvigson diff --git a/bind/named.conf.pri b/bind/named.conf.pri index f32de49..cdf2cdb 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -80,7 +80,7 @@ zone "scharffenberger.dk" { file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Mikkel Friis-Holm zone "sirireiter.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; }; // Siri Reiter + file "/etc/local-JONES.DK/bind/pri/sirireiter.dk"; }; // Siri Reiter zone "stadsvandring.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Paul Hartvigson diff --git a/bind/pri/sirireiter.dk b/bind/pri/sirireiter.dk new file mode 100644 index 0000000..6251fcb --- /dev/null +++ b/bind/pri/sirireiter.dk @@ -0,0 +1,13 @@ +$TTL 1h +@ SOA dns.jones.dk. dr.jones.dk. ( + 2022101101 + 4h 1h 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-teeny transit +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-teeny www.transit + +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME * -- cgit v1.2.3