Drop the default zones that are now covered by the new zones that

were added in the last revision.
This commit is contained in:
Doug Barton 2007-06-18 06:29:45 +00:00
parent 1de57a4c76
commit e56dafe630
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170915

View File

@ -15,6 +15,10 @@ options {
dump-file "/var/dump/named_dump.db";
statistics-file "/var/stats/named.stats";
disable-empty-zone "255.255.255.255.IN-ADDR.ARPA";
disable-empty-zone "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.0.IP6.ARPA";
disable-empty-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";
// If named is being used only as a local resolver, this is a safe default.
// For named to be accessible to the network, comment this option, specify
// the proper IP address, or delete this option.