diff options
-rw-r--r-- | bind/named.conf.fake-222 | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index b861388..051109a 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -15,7 +15,7 @@ zone "bassballs.dk" { file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Anders Krøyer zone "couchdesign.dk" { type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source"; }; // Jones + file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source+media"; }; // Jones zone "electrohype.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Maria Minard diff --git a/bind/named.conf.pri b/bind/named.conf.pri index b49f99a..ef19eb7 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -13,7 +13,7 @@ zone "bassballs.dk" { file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Anders Krøyer zone "couchdesign.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-www+source"; }; // Jones + file "/etc/local-JONES.DK/bind/pri/JONES-www+source+media"; }; // Jones zone "electrohype.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Maria Minard |