diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-09-26 10:01:39 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-09-26 10:01:39 +0000 |
commit | 4319cb94936aad8d4a2dc7fec8e3eaf44fa3cf9b (patch) | |
tree | c7997798361295e164698a3cf4e2212b1728d8f1 | |
parent | e0ee2680826271c030ef655e03e8767564761e0f (diff) |
Correction: mageloese.dk (not magelose.dk).
-rw-r--r-- | bind/named.conf.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 4d63e90..a7f14b3 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -20,7 +20,7 @@ zone "kassandra-production.dk" { type master; file "/etc/local-JONES.DK/bind/pri zone "knudemand.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm (billing=Spiff) zone "knudemanden.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm (billing=Spiff) zone "macronald.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald -zone "magelose.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annette MSG +zone "mageloese.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annette MSG zone "nilsstaerk.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk (admin=Nils) zone "olinegaard.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Olinesgaard (billing=Spiff) zone "olinesgaard.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Olinesgaard (billing=Spiff) |