diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-06-30 09:29:18 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-06-30 09:29:18 +0000 |
commit | 7649cf97a1560a885404c257e35245aaf3cf5b06 (patch) | |
tree | 5710789659654d60752d6d4d098211315726c153 /bind | |
parent | b88debdb363f75802a5184f0c8f759b8f6a914bd (diff) |
Add new JONES domains anniqa.dk and annikalewis.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 3c5b0ae..0cddf69 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,6 +5,8 @@ // int. pending // dk dns.jones.dk +zone "anniqa.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis +zone "annikalewis.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Anders Krøyer zone "bawnager.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-mailonly"; allow-transfer { jones_slaves; }; }; zone "bluepill.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Spiff |