diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-05-25 15:20:44 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-05-25 15:20:44 +0200 |
commit | e6a52b8c2ded855fd20aae6f48ddf94b8a84da70 (patch) | |
tree | f4dce5677c39b220885a87ea375ebfd23de76eaf | |
parent | 4a90256596ea0f521544bfd928fbc106fb7e18f6 (diff) |
Add JONES.DK domain altavistafilm.dk.
-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 |