diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-01-30 17:32:25 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-01-30 17:32:25 +0000 |
commit | cdfa62dd9a6c3eebf0c4461347738777b293da2b (patch) | |
tree | e03b4f500b07955633d1346d2e8442440b016e3d /bind | |
parent | f040e8b3b7b1c5e964419f9fe6fa2c6288d744a0 (diff) |
Add (not so) new JONES domains eventyrklub.dk and minbrorsbutik.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bind/named.conf.fake b/bind/named.conf.fake index e35837c..9a0d132 100644 --- a/bind/named.conf.fake +++ b/bind/named.conf.fake @@ -11,12 +11,14 @@ zone "bawnager.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES zone "bluepill.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES-nomail"; allow-transfer { none; }; }; // Spiff zone "cph-bmx.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Nils Stærk zone "cph-squarekitchen.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES-nomail"; allow-transfer { none; }; }; // MacRonald +zone "eventyrklub.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES-nomail"; allow-transfer { none; }; }; // Fritz zone "istedgade103.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES-nomail"; allow-transfer { none; }; }; // MacRonald zone "jones.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/jones.dk"; allow-transfer { none; }; }; // Jones zone "kassandra-production.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; zone "knudemand.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Jacob Gorm zone "knudemanden.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Jacob Gorm zone "macronald.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // MacRonald +zone "minbrorsbutik.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES-nomail"; allow-transfer { none; }; }; // Michael L.P. zone "nilsstaerk.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Nils Stærk zone "peronard.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Michael L.P. zone "public-e.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Sara Gebran diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 8af3316..58e53f7 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -11,12 +11,14 @@ zone "bawnager.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES-mail zone "bluepill.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Spiff zone "cph-bmx.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk zone "cph-squarekitchen.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald +zone "eventyrklub.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Fritz zone "istedgade103.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald zone "jones.dk" { type master; file "/etc/local-COMMON/bind/JONES/jones.dk"; allow-transfer { jones_slaves; }; }; // Jones zone "kassandra-production.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; zone "knudemand.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm zone "knudemanden.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm zone "macronald.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald +zone "minbrorsbutik.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Michael L.P. zone "nilsstaerk.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk zone "peronard.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Michael L.P. zone "public-e.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Sara Gebran |