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