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 735ae94..0353604 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -55,7 +55,6 @@ zone "nicolaiwallner.com" { type slave; file "db.nicolaiwallner.com"; masters zone "nicolaiwallner.dk" { type slave; file "db.nicolaiwallner.dk"; masters { 213.150.41.151; }; }; zone "nilsstaerk.dk" { type slave; file "db.nilsstaerk.dk"; masters { 213.150.41.151; }; }; zone "nobullshit.dk" { type slave; file "db.nobullshit.dk"; masters { 213.150.41.151; }; }; -zone "nord-utte.org" { type slave; file "db.nord-utte.org"; masters { 213.150.41.151; }; }; zone "parameter.as" { type slave; file "db.parameter.as"; masters { 213.150.41.151; }; }; zone "patientsikkerhed.dk" { type slave; file "db.patientsikkerhed.dk"; masters { 213.150.41.151; }; }; zone "peronard.dk" { type slave; file "db.peronard.dk"; masters { 213.150.41.151; }; }; diff --git a/bind/named.conf.CONDUCT.DK b/bind/named.conf.CONDUCT.DK index 257c694..20b7c50 100644 --- a/bind/named.conf.CONDUCT.DK +++ b/bind/named.conf.CONDUCT.DK @@ -1 +1,2 @@ zone "biks.dk" { type slave; file "db.biks.dk"; masters { 212.99.226.254; }; }; +zone "nord-utte.org" { type slave; file "db.nord-utte.org"; masters { 212.99.226.254; }; }; |