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