diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-12-17 16:32:27 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-12-17 16:32:27 +0100 |
commit | 0f99f6d11bfb95a2b61cc55e546b537f6f32238c (patch) | |
tree | 01f6f7b775ff692f78f1d9e05cd7bef87664945b /bind | |
parent | 2bbe21012584ba187260f184b69439911ae640b4 (diff) |
Fix really (confusingly) load internal profiles where appropriate.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.local | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index b8cf86b..a745d1c 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -4,10 +4,10 @@ view "internal" { include "/etc/local-JONES.DK/bind/named.conf.fake-222"; - include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK.internal"; - include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK.internal"; - include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK.internal"; - include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN.internal"; + include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK"; + include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; + include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK"; + include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN"; include "/etc/bind/named.conf.default-zones"; }; @@ -19,10 +19,10 @@ view "external" { include "/etc/local-JONES.DK/bind/named.conf.pri"; - include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK"; - include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; - include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK"; - include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN"; + include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK.internal"; + include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK.internal"; + include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK.internal"; + include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN.internal"; include "/etc/bind/named.conf.default-zones"; }; |