diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 13:22:28 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 13:22:28 +0000 |
commit | 816cddea45396b031d83cbeafcc3efafbbcc5567 (patch) | |
tree | 606b21d2b5eae5683d18926bc886c39f4aaf72f4 | |
parent | 18e1e56ce34ee805b4a3423cd779540357c48a91 (diff) |
Separate IDA domains from BITBASE.
-rw-r--r-- | bind/named.conf.IDRAETSDAGHOJSKOLEN.DK | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK b/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK new file mode 100644 index 0000000..cdbe2ea --- /dev/null +++ b/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK @@ -0,0 +1,2 @@ +zone "idaskolen.dk" { type slave; file "db.idaskolen.dk"; masters { 213.237.36.173; }; }; +zone "idraetsdaghojskolen.dk" { type slave; file "db.idraetsdaghojskolen.dk"; masters { 213.237.36.173; }; }; |