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 49940fb..8ea2d18 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -9,6 +9,7 @@ view "internal" { include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; 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.OROE.DK"; include "/etc/bind/named.conf.default-zones"; }; @@ -25,6 +26,7 @@ view "external" { include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; 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.OROE.DK"; include "/etc/bind/named.conf.default-zones"; }; |