diff options
Diffstat (limited to 'bind')
-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 3cd34ac..499c1a2 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -16,6 +16,9 @@ zone "anniqa.dk" { zone "bassballs.dk" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Anders Krøyer +zone "couchdesign.dk" { + type master; allow-transfer { none; }; + file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Jones zone "feliciaweb.dk" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Anders Krøyer diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 591d420..50de396 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -14,6 +14,9 @@ zone "anniqa.dk" { zone "bassballs.dk" { type master; allow-transfer { jones_peers; }; file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Anders Krøyer +zone "couchdesign.dk" { + type master; allow-transfer { jones_peers; }; + file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Jones zone "feliciaweb.dk" { type master; allow-transfer { jones_peers; }; file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Anders Krøyer |