diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-07-22 14:07:57 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-07-22 14:07:57 +0200 |
commit | ac09340e5547fbc2cf175a830e095d96bc3db73f (patch) | |
tree | 194726ef41ce9393da557346fd63f32ee4262734 /bind | |
parent | 0bcf24f6a459b12c80225c11d35d2d2940c85ac9 (diff) |
Be slave NS for OROE domains.
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"; }; |