summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-10-30 15:17:44 +0100
committerJonas Smedegaard <dr@jones.dk>2022-10-30 15:17:44 +0100
commit3733505d0407ffb9811805c95e3cc559792d0279 (patch)
tree93c9ad722852f34e493a8ecebaa999424b998297
parent3dbc1d06e4ed607e0ce415edc3cd07e99e3e6eee (diff)
re-add homebase.dk at JONES.DK
-rw-r--r--bind/named.conf.fake-2223
-rw-r--r--bind/named.conf.pri3
2 files changed, 6 insertions, 0 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222
index 4b8ad27..e3f3f87 100644
--- a/bind/named.conf.fake-222
+++ b/bind/named.conf.fake-222
@@ -46,6 +46,9 @@ zone "feliciaweb.dk" {
zone "friis-holm.dk" {
type master; allow-transfer { none; };
file "/etc/local-JONES.DK/bind/fake-222/friis-holm.dk"; }; // Mikkel Friis-Holm
+zone "homebase.dk" {
+ type master; allow-transfer { none; };
+ file "/etc/local-JONES.DK/bind/fake-222/OFF"; }; // Jones
zone "jones.dk" {
type master; allow-transfer { none; };
key-directory "/etc/bind/keys"; inline-signing yes; auto-dnssec maintain;
diff --git a/bind/named.conf.pri b/bind/named.conf.pri
index 66f44fe..b831c2f 100644
--- a/bind/named.conf.pri
+++ b/bind/named.conf.pri
@@ -44,6 +44,9 @@ zone "feliciaweb.dk" {
zone "friis-holm.dk" {
type master; allow-transfer { jones_peers; };
file "/etc/local-JONES.DK/bind/pri/friis-holm.dk"; }; // Mikkel Friis-Holm
+zone "homebase.dk" {
+ type master; allow-transfer { jones_peers; };
+ file "/etc/local-JONES.DK/bind/pri/OFF"; }; // Jones
zone "jones.dk" {
type master; allow-transfer { jones_peers; };
key-directory "/etc/bind/keys"; inline-signing yes; auto-dnssec maintain;