summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-05-20 11:50:46 +0000
committerJonas Smedegaard <dr@jones.dk>2004-05-20 11:50:46 +0000
commit4649c6bd8d8a6637a053a863de2aebf0cdbff90e (patch)
treed0904dfebbe626cb815de9745c9d75738ab499c8 /bind/named.conf.local
parentcecb156b2e82421a518deef3545f696183fd21f1 (diff)
Have xayide.jones.dk (dns.jones.dk) be primary for JONES and secondary for DGIH HOMEBASE CONDUCT LAB IDA and BITBASE.
Diffstat (limited to 'bind/named.conf.local')
-rw-r--r--bind/named.conf.local30
1 files changed, 11 insertions, 19 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local
index 4e10229..ac68ea6 100644
--- a/bind/named.conf.local
+++ b/bind/named.conf.local
@@ -1,10 +1,4 @@
-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; 192.168.0.0/16; };
@@ -12,13 +6,12 @@ view "internal" {
include "/etc/local-COMMON/bind/named_BASE.conf";
include "/etc/local-COMMON/bind/named_JONES_fake.conf";
include "/etc/local-COMMON/bind/named_MSG_fake.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_BITBASE_sec.conf";
+ include "/etc/local-COMMON/bind/named_HOMEBASE_sec.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";
+ 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";
};
@@ -28,12 +21,11 @@ view "external" {
include "/etc/local-COMMON/bind/named_BASE.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_pri.conf";
- include "/etc/local-COMMON/bind/named_DGIH_pri.conf";
- include "/etc/local-COMMON/bind/named_CONDUCT_pri.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_LAB_sec.conf";
+ include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
+ include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
};