From b3d439dfa490bc94d4132ea144b089a2c39864f4 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 15 May 2023 18:19:52 +0200 Subject: point oroedagen.dk at simply.com --- bind/fake-222/oroedagen.dk | 10 ++++++++++ bind/named.conf.fake-222 | 2 +- bind/named.conf.pri | 2 +- bind/pri/oroedagen.dk | 10 ++++++++++ 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 bind/fake-222/oroedagen.dk create mode 100644 bind/pri/oroedagen.dk diff --git a/bind/fake-222/oroedagen.dk b/bind/fake-222/oroedagen.dk new file mode 100644 index 0000000..556d656 --- /dev/null +++ b/bind/fake-222/oroedagen.dk @@ -0,0 +1,10 @@ +$TTL 1w +@ IN SOA localhost. root.localhost. ( + 1 + 4h 1h 1w 1h ) + +$INCLUDE /etc/local-JONES.DK/bind/skel/MX-avoid +@ NS localhost. + A 185.20.205.39 + +* A 185.20.205.39 diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 601f626..f3af649 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -67,7 +67,7 @@ zone "oroe.dk" { file "/etc/local-JONES.DK/bind/fake-222/oroe.dk"; }; // OROE zone "oroedagen.dk" { type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // OROE + file "/etc/local-JONES.DK/bind/fake-222/oroedagen.dk"; }; // OROE zone "oroefaellesjord.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/TEENY"; }; // Orø Fællesjord diff --git a/bind/named.conf.pri b/bind/named.conf.pri index e3432df..ab59da3 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -65,7 +65,7 @@ zone "oroe.dk" { file "/etc/local-JONES.DK/bind/pri/oroe.dk"; }; // OROE zone "oroedagen.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; }; // OROE + file "/etc/local-JONES.DK/bind/pri/oroedagen.dk"; }; // OROE zone "oroefaellesjord.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/TEENY"; }; // Orø Fællesjord diff --git a/bind/pri/oroedagen.dk b/bind/pri/oroedagen.dk new file mode 100644 index 0000000..e3e74e9 --- /dev/null +++ b/bind/pri/oroedagen.dk @@ -0,0 +1,10 @@ +$TTL 1h +@ SOA dns.jones.dk. dr.jones.dk. ( + 2023051501 + 4h 1h 1w 1h ) + +$INCLUDE /etc/local-JONES.DK/bind/skel/NS +$INCLUDE /etc/local-JONES.DK/bind/skel/MX-avoid +@ A 185.20.205.39 + +* A 185.20.205.39 -- cgit v1.2.3