diff options
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 | ||||
-rw-r--r-- | bind/named.conf.CONDUCT.DK | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index f594521..9f01889 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -2,6 +2,7 @@ zone "3rdculture.dk" { type slave; file "db.3rdculture.dk"; masters { 212.99.2 zone "adakrem.dk" { type slave; file "db.adakrem.dk"; masters { 212.99.226.250; }; }; zone "altnet.dk" { type slave; file "db.altnet.dk"; masters { 212.99.226.250; }; }; zone "ascii33.org" { type slave; file "db.ascii33.org"; masters { 212.99.226.250; }; }; +zone "biks.dk" { type slave; file "db.biks.dk"; masters { 212.99.226.250; }; }; zone "bitbabe.dk" { type slave; file "db.bitbabe.dk"; masters { 212.99.226.250; }; }; zone "bitbase.dk" { type slave; file "db.bitbase.dk"; masters { 212.99.226.250; }; }; zone "bygalternativt.dk" { type slave; file "db.bygalternativt.dk"; masters { 212.99.226.250; }; }; diff --git a/bind/named.conf.CONDUCT.DK b/bind/named.conf.CONDUCT.DK index 129f298..08c311c 100644 --- a/bind/named.conf.CONDUCT.DK +++ b/bind/named.conf.CONDUCT.DK @@ -1,4 +1,3 @@ -zone "biks.dk" { type slave; file "db.biks.dk"; masters { 212.99.226.254; }; }; zone "conduct.dk" { type slave; file "db.conduct.dk"; masters { 212.99.226.254; }; }; zone "louiz.dk" { type slave; file "db.louiz.dk"; masters { 212.99.226.254; }; }; zone "pedelakademiet.dk" { type slave; file "db.pedelakademiet.dk"; masters { 212.99.226.254; }; }; |