diff options
Diffstat (limited to 'bind/named.conf.CONDUCT.DK')
-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 f0452d0..cbfaa44 100644 --- a/bind/named.conf.CONDUCT.DK +++ b/bind/named.conf.CONDUCT.DK @@ -1,4 +1,5 @@ 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 "nord-utte.org" { type slave; file "db.nord-utte.org"; 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; }; }; |