diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-11-03 08:57:55 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-11-03 08:57:55 +0000 |
commit | 205b3bcf2d0b93ab73964c729012d2127d110fd1 (patch) | |
tree | acbaa363d5981696ff1774db853b651647dc905b | |
parent | 655848433db634b62ce6de9e5e6a4dd12f715d48 (diff) |
Add new realm ALTERSELF.COM.
-rw-r--r-- | bind/named.conf.local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index dafce1b..086f348 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -14,6 +14,7 @@ view "internal" { include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK"; + include "/etc/local-REDPILL.DK/bind/named.conf.ALTERSELF.COM"; include "/etc/local-MUNKSOEGAARD.DK/bind/named.conf.fake"; @@ -33,5 +34,6 @@ view "external" { include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK"; + include "/etc/local-REDPILL.DK/bind/named.conf.ALTERSELF.COM"; }; |