diff options
-rw-r--r-- | bind/named.conf.fake-222 | 3 | ||||
-rw-r--r-- | bind/named.conf.pri | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 2ede0a4..5f4d39f 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -28,6 +28,9 @@ zone "kassandra-production.dk" { zone "majasguf.dk" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Jones +zone "skovhaver.dk" { + type master; allow-transfer { none; }; + file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Jones zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Jones diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 5ce871b..2c1e17f 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -26,6 +26,9 @@ zone "kassandra-production.dk" { zone "majasguf.dk" { type master; allow-transfer { jones_peers; }; file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Jones +zone "skovhaver.dk" { + type master; allow-transfer { jones_peers; }; + file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Siri zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; allow-transfer { jones_peers; }; file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Jones |