diff options
-rw-r--r-- | bind/named.conf.JONES.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index 613283c..9f6c135 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -1,6 +1,7 @@ zone "bassballs.dk" { type slave; file "db.bassballs.dk"; masters { 62.243.165.91; }; }; zone "bawnager.dk" { type slave; file "db.bawnager.dk"; masters { 62.243.165.91; }; }; zone "bluepill.dk" { type slave; file "db.bluepill.dk"; masters { 62.243.165.91; }; }; +zone "chp-bmx.dk" { type slave; file "db.chp-bmx.dk"; masters { 62.243.165.91; }; }; zone "christinalegind.dk" { type slave; file "db.christinalegind.dk"; masters { 62.243.165.91; }; }; zone "cph-bmx.dk" { type slave; file "db.cph-bmx.dk"; masters { 62.243.165.91; }; }; zone "cph-squarekitchen.dk" { type slave; file "db.cph-squarekitchen.dk"; masters { 62.243.165.91; }; }; |