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