summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-12-17 16:27:31 +0100
committerJonas Smedegaard <dr@jones.dk>2018-12-17 16:27:31 +0100
commit2bbe21012584ba187260f184b69439911ae640b4 (patch)
treed5cbada4e47666f5c4541b11bf7c1c762089fb65 /bind/named.conf.local
parent4f98d015038db961fca877def62b2fbab60d4256 (diff)
Load internal profiles where appropriate.
Diffstat (limited to 'bind/named.conf.local')
-rw-r--r--bind/named.conf.local8
1 files changed, 4 insertions, 4 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local
index 3e205de..b8cf86b 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";
- 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";
};