BIND-9.11 --enable-empty-zones

James B. Byrne byrnejb at harte-lyne.ca
Tue Mar 20 14:52:13 UTC 2018


The default /usr/loca/namedb/named.conf file shipped with the FreeBSD
BIND packages has numerous 'empty' zones configured such as:

// Private Use Networks (RFCs 1918, 5735 and 6303)
zone "10.in-addr.arpa"{
  type master; file "/usr/local/etc/namedb/master/empty.db"; };
. . .

It also contains these statements:

// These zones are already covered by the empty zones listed below.
// If you remove the related empty zones below, comment these lines out.
	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";


My question is why does the default file not simply use:

 --enable-empty-zones yes;

and eliminate an awful lot of verbage?

-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3



More information about the freebsd-questions mailing list