diff options
-rw-r--r-- | bind/named.conf.CONDUCT.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.CONDUCT.DK b/bind/named.conf.CONDUCT.DK index 022966a..a811fd2 100644 --- a/bind/named.conf.CONDUCT.DK +++ b/bind/named.conf.CONDUCT.DK @@ -7,6 +7,7 @@ zone "klubien.com" { type slave; file "db.klubien.com"; masters { 212.99.226.2 zone "klubien.dk" { type slave; file "db.klubien.dk"; masters { 212.99.226.254; }; }; zone "linuxpilot.dk" { type slave; file "db.linuxpilot.dk"; masters { 212.99.226.254; }; }; zone "linuxpiloterne.dk" { type slave; file "db.linuxpiloterne.dk"; masters { 212.99.226.254; }; }; +zone "louiz.dk" { type slave; file "db.louiz.dk"; masters { 212.99.226.254; }; }; zone "nord-utte.org" { type slave; file "db.nord-utte.org"; masters { 212.99.226.254; }; }; zone "pedelakademiet.dk" { type slave; file "db.pedelakademiet.dk"; masters { 212.99.226.254; }; }; zone "thirdculture.dk" { type slave; file "db.thirdculture.dk"; masters { 212.99.226.254; }; }; |