diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-03-25 14:59:41 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2022-03-25 14:59:41 +0100 |
commit | 19387bd90478f1314d5e4122180bd8ee92d48a4d (patch) | |
tree | 07f25dfc15df8a3b98ae3dc2661e170d48e95041 /bind/named.conf.fake-222 | |
parent | 3c4d736f431623f8959210cf4717c4fcd2470361 (diff) |
add domain bygden.dk
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 3c3b74d..85386a8 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -25,6 +25,9 @@ zone "birgitmaanestraale.dk" { zone "bluepill.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Jones +zone "bygden.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // Jones zone "byvandring.nu" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Paul Hartvigson |