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