diff options
-rw-r--r-- | bind/named.conf.BITBASE.DK | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index bd013c0..06bb622 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -7,6 +7,8 @@ zone "bluepill.dk" { type slave; file "db.bluepill.dk"; masters { 80.68.88.141 zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 80.68.88.141; }; }; zone "haakansson.com" { type slave; file "db.haakansson.com"; masters { 80.68.88.141; }; }; zone "himawari.dk" { type slave; file "db.himawari.dk"; masters { 80.68.88.141; }; }; +zone "idaa.dk" { type slave; file "db.idaa.dk"; masters { 80.68.88.141; }; }; +zone "idraetsdaghojskolen.dk" { type slave; file "db.idraetsdaghojskolen.dk"; masters { 80.68.88.141; }; }; zone "linuxparty.dk" { type slave; file "db.linuxparty.dk"; masters { 80.68.88.141; }; }; zone "linuxpiloterne.dk" { type slave; file "db.linuxpiloterne.dk"; masters { 80.68.88.141; }; }; zone "mettehass.dk" { type slave; file "db.mettehass.dk"; masters { 80.68.88.141; }; }; |