diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-06-23 20:14:24 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-06-23 20:14:24 +0200 |
commit | 39a6ce1abfa93bd0c70275606d30970f278ccc1d (patch) | |
tree | 32ff3d55fe6c18547d3fb5a48b5672817ec04c0d | |
parent | b7483e15e49c4717e6b629c51ffd4d609205488a (diff) |
Add JONES.DK domain couchdesign.dk.
-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 |