blob: ac68ea60baf0a6ae05263ff875b46d0771481d0a (
plain)
- include "/etc/local-COMMON/bind/named_JONES_acl.conf";
- view "internal" {
- 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_MSG_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_IDAjones_fake.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";
- };
- view "external" {
- match-clients { any; };
- recursion no;
- include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-COMMON/bind/named_JONES_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";
- };
|