summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
diff options
context:
space:
mode:
Diffstat (limited to 'bind/named.conf.local')
-rw-r--r--bind/named.conf.local36
1 files changed, 21 insertions, 15 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local
index 5ab7142..0122e0a 100644
--- a/bind/named.conf.local
+++ b/bind/named.conf.local
@@ -1,17 +1,23 @@
include "/etc/local-COMMON/bind/named_IDA_acl.conf";
+include "/etc/local-COMMON/bind/named_BITBASE_acl.conf";
+include "/etc/local-COMMON/bind/named_JONES_acl.conf";
+include "/etc/local-COMMON/bind/named_HOMEBASE_acl.conf";
+include "/etc/local-COMMON/bind/named_LAB_acl.conf";
+include "/etc/local-COMMON/bind/named_DGIH_acl.conf";
+include "/etc/local-COMMON/bind/named_CONDUCT_acl.conf";
view "internal" {
- match-clients { localnets; };
+ match-clients { localnets; 192.168.0.0/16; };
include "/etc/local-COMMON/bind/named_BASE.conf";
include "/etc/local-COMMON/bind/named_JONES_fake.conf";
- include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
- include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
-# include "/etc/local-COMMON/bind/named_IDA_sec.conf";
- include "/etc/local-COMMON/bind/named_IDA_pri.conf";
- include "/etc/local-COMMON/bind/named_LAB_sec.conf";
- include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
- include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
+ include "/etc/local-COMMON/bind/named_BITBASE_pri.conf";
+ include "/etc/local-COMMON/bind/named_HOMEBASE_pri.conf";
+# include "/etc/local-COMMON/bind/named_IDA_pri.conf";
+ include "/etc/local-COMMON/bind/named_IDAjones_fake.conf";
+ include "/etc/local-COMMON/bind/named_LAB_pri.conf";
+ include "/etc/local-COMMON/bind/named_DGIH_pri.conf";
+ include "/etc/local-COMMON/bind/named_CONDUCT_pri.conf";
};
@@ -20,13 +26,13 @@ view "external" {
recursion no;
include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-COMMON/bind/named_JONES_sec.conf";
- include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
- include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
-# include "/etc/local-COMMON/bind/named_IDA_sec.conf";
+ include "/etc/local-COMMON/bind/named_JONES_pri.conf";
+ include "/etc/local-COMMON/bind/named_BITBASE_pri.conf";
+ include "/etc/local-COMMON/bind/named_HOMEBASE_pri.conf";
+# include "/etc/local-COMMON/bind/named_IDA_pri.conf";
include "/etc/local-COMMON/bind/named_IDA_pri.conf";
- include "/etc/local-COMMON/bind/named_LAB_sec.conf";
- include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
- include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
+ include "/etc/local-COMMON/bind/named_LAB_pri.conf";
+ include "/etc/local-COMMON/bind/named_DGIH_pri.conf";
+ include "/etc/local-COMMON/bind/named_CONDUCT_pri.conf";
};