diff options
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index 7169087..1ffbaf0 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -13,6 +13,7 @@ zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 83.133 zone "gangstafilm.dk" { type slave; file "db.gangstafilm.dk"; masters { 83.133.64.38; }; }; zone "haakansson.com" { type slave; file "db.haakansson.com"; masters { 83.133.64.38; }; }; zone "icas.dk" { type slave; file "db.icas.dk"; masters { 83.133.64.38; }; }; +zone "linuxparty.dk" { type slave; file "db.linuxparty.dk"; masters { 83.133.64.38; }; }; zone "linuxpiloterne.dk" { type slave; file "db.linuxpiloterne.dk"; masters { 83.133.64.38; }; }; zone "livskunsten.dk" { type slave; file "db.livskunsten.dk"; masters { 83.133.64.38; }; }; zone "lonesamuelsson.dk" { type slave; file "db.lonesamuelsson.dk"; masters { 83.133.64.38; }; }; |