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