blob: 251885c294bd69b8d78d629193542994c5060824 (
plain)
- include "/etc/local-COMMON/bind/named_MSG_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_MSG_fake.conf";
- include "/etc/local-COMMON/bind/named_JONES_fake.conf";
- };
- view "external" {
- match-clients { any; };
- recursion no;
- include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-COMMON/bind/named_MSG_pri.conf";
- };
|