diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-07-01 19:36:42 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-07-01 19:36:42 +0000 |
commit | ed826de86814b53f4fa00eb4d319c1a2ef2f2f15 (patch) | |
tree | a37dc985127acb73047d77e2cdf7605a62c0fa9d /bind | |
parent | dd9c96f2a6546a2157dc870b39ede4e41cc65c4a (diff) |
Add new JONES domain holtholm.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 0cddf69..b460f1e 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -13,6 +13,7 @@ zone "bluepill.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-noma zone "chp-bmx.dk" { type master; file "/etc/local-JONES.DK/bind/pri/OFF"; allow-transfer { jones_slaves; }; }; // Nils Stærk zone "christinalegind.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald (owner+billing=Spiff) zone "cph-bmx.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk (admin=Nils) +zone "holtholm.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Joachim Holten Palvig zone "istedgade103.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald zone "jones.dk" { type master; file "/etc/local-JONES.DK/bind/pri/jones.dk"; allow-transfer { jones_slaves; }; }; // Jones zone "kassandra-production.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis (owner=Spiff) |