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 8b5ecd1..daf35f2 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -7,6 +7,9 @@ zone "222.168.192.in-addr.arpa" { type master; allow-transfer { none; }; // int. pending // dk dns.jones.dk +zone "altavistafilm.dk" { + type master; allow-transfer { none; }; + file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Leif Ascanius zone "anniqa.dk" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Annika Lewis diff --git a/bind/named.conf.pri b/bind/named.conf.pri index aec8f87..591d420 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,6 +5,9 @@ // int. pending // dk dns.jones.dk +zone "altavistafilm.dk" { + type master; allow-transfer { jones_peers; }; + file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Leif Ascanius zone "anniqa.dk" { type master; allow-transfer { jones_peers; }; file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Annika Lewis |