diff options
Diffstat (limited to 'bind')
-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"; }; |