blob: 12f1bc39625eae7e0dbff3a91be5a1076c3c4271 (
plain)
- include "/etc/local-COMMON/bind/named_DGIH_acl.conf";
- view "internal" {
- match-clients { localnets; };
- include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-COMMON/bind/named_DGIH_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_LAB_sec.conf";
- };
- view "external" {
- match-clients { any; };
- recursion no;
- include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-COMMON/bind/named_DGIH_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";
- };
|