diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-11-19 12:42:26 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-11-19 12:42:26 +0000 |
commit | ef90c8901b63eb8d39ac21aecec361b695b3bcc1 (patch) | |
tree | 69694dfe1ffcf64fe637e45c5b5935297707eb9d /bind | |
parent | cf31d1d09af3f56e0c4807d26c9f74c19e98ee7e (diff) |
Add new LAB domain ctrlalt.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.KOMPONENT.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.KOMPONENT.DK b/bind/named.conf.KOMPONENT.DK index bb505f2..84e6a7b 100644 --- a/bind/named.conf.KOMPONENT.DK +++ b/bind/named.conf.KOMPONENT.DK @@ -1,4 +1,5 @@ zone "107b.dk" { type slave; file "db.107b.dk"; masters { 212.99.226.250; }; }; +zone "ctrlalt.dk" { type slave; file "db.ctrlalt.dk"; masters { 212.99.226.250; }; }; zone "fidse.org" { type slave; file "db.fidse.org"; masters { 212.99.226.250; }; }; zone "fisse.org" { type slave; file "db.fisse.org"; masters { 212.99.226.250; }; }; zone "horizonto.dk" { type slave; file "db.horizonto.dk"; masters { 212.99.226.250; }; }; |