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 f7cf140..34ee268 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -26,6 +26,7 @@ zone "resolution.dk" { type slave; file "db.resolution.dk"; masters { 83.133.6 zone "sserver.dk" { type slave; file "db.sserver.dk"; masters { 83.133.64.38; }; }; zone "starquality.dk" { type slave; file "db.starquality.dk"; masters { 83.133.64.38; }; }; zone "steenwinkel.dk" { type slave; file "db.steenwinkel.dk"; masters { 83.133.64.38; }; }; +zone "svalerne.dk" { type slave; file "db.svalerne.dk"; masters { 83.133.64.38; }; }; zone "taekkemand.net" { type slave; file "db.taekkemand.net"; masters { 83.133.64.38; }; }; zone "thirdculture.dk" { type slave; file "db.thirdculture.dk"; masters { 83.133.64.38; }; }; zone "tinghaven.dk" { type slave; file "db.tinghaven.dk"; masters { 83.133.64.38; }; }; |