86712f
// named.rfc1912.zones:
86712f
//
86712f
// Provided by Red Hat caching-nameserver package 
86712f
//
86712f
// ISC BIND named zone configuration for zones recommended by
86712f
// RFC 1912 section 4.1 : localhost TLDs and address zones
86712f
// and https://tools.ietf.org/html/rfc6303
86712f
// (c)2007 R W Franks
86712f
// 
86712f
// See /usr/share/doc/bind*/sample/ for example named configuration files.
86712f
//
86712f
// Note: empty-zones-enable yes; option is default.
86712f
// If private ranges should be forwarded, add 
86712f
// disable-empty-zone "."; into options
86712f
// 
86712f
86712f
zone "localhost.localdomain" IN {
86712f
	type master;
86712f
	file "named.localhost";
86712f
	allow-update { none; };
86712f
};
86712f
86712f
zone "localhost" IN {
86712f
	type master;
86712f
	file "named.localhost";
86712f
	allow-update { none; };
86712f
};
86712f
86712f
zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN {
86712f
	type master;
86712f
	file "named.loopback";
86712f
	allow-update { none; };
86712f
};
86712f
86712f
zone "1.0.0.127.in-addr.arpa" IN {
86712f
	type master;
86712f
	file "named.loopback";
86712f
	allow-update { none; };
86712f
};
86712f
86712f
zone "0.in-addr.arpa" IN {
86712f
	type master;
86712f
	file "named.empty";
86712f
	allow-update { none; };
86712f
};