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