summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-10-17 22:09:43 +0000
committerJonas Smedegaard <dr@jones.dk>2004-10-17 22:09:43 +0000
commit655848433db634b62ce6de9e5e6a4dd12f715d48 (patch)
tree2e6d044cfa71a2d0c057303ec534b0c15877459a /bind/named.conf.local
parent507d3b500fce92d7ea56234ba32e2084368145c5 (diff)
Add domains for site RANDERSLILLESKOLE.DK.
Diffstat (limited to 'bind/named.conf.local')
-rw-r--r--bind/named.conf.local5
1 files changed, 5 insertions, 0 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local
index 29c04db..dafce1b 100644
--- a/bind/named.conf.local
+++ b/bind/named.conf.local
@@ -1,10 +1,13 @@
include "/etc/local-JONES.DK/bind/named.conf.acl";
+include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.acl";
view "internal" {
match-clients { localnets; 192.168.0.0/16; };
include "/etc/local-COMMON/bind/named_BASE.conf";
include "/etc/local-JONES.DK/bind/named.conf.pri";
+ include "/etc/local-RANDERSLILLESKOLE.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.IDRAETSDAGHOJSKOLEN.DK";
@@ -22,6 +25,8 @@ view "external" {
include "/etc/local-COMMON/bind/named_BASE.conf";
include "/etc/local-JONES.DK/bind/named.conf.pri";
+ include "/etc/local-RANDERSLILLESKOLE.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.IDRAETSDAGHOJSKOLEN.DK";