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";
	zone "jones.local"	{ type master;	file "/etc/local-COMMON/bind/fake/LOCALHOST.LOCAL";	allow-transfer { none; }; };
};

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

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