diff options
Diffstat (limited to 'bind/named.conf.fake-222')
-rw-r--r-- | bind/named.conf.fake-222 | 3 |
1 files changed, 3 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; |