include "/etc/local-COMMON/bind/named_MSG_acl.conf";
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_pri.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_JONES_pri.conf";

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

};