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";
};

view "external" {
	match-clients { any; };
	recursion no;

	include "/etc/local-COMMON/bind/named_BASE.conf";
	include "/etc/local-COMMON/bind/named_MSG_pri.conf";
};