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 8d9a92e..91b7d03 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -13,6 +13,9 @@ zone "anniqa.dk" { zone "bassballs.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Anders Krøyer +zone "cityseeing.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Paul Hartvigson zone "couchdesign.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source+media"; }; // Jones diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 065422b..4ee9c1c 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -11,6 +11,9 @@ zone "anniqa.dk" { zone "bassballs.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Anders Krøyer +zone "cityseeing.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Paul Hartvigson zone "couchdesign.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source+media"; }; // Jones |