diff options
-rw-r--r-- | bind/fake-222/sirireiter.dk | 13 | ||||
-rw-r--r-- | bind/named.conf.fake-222 | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 2 | ||||
-rw-r--r-- | bind/pri/sirireiter.dk | 13 |
4 files changed, 28 insertions, 2 deletions
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 * |