Thank you for the quick responses. I have solved my issue by setting the
empty-zones-enable option to no.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
from this list
bind-users mailing list
bind-users@lists.isc.org
I have configured a simple forward zone like the following in BIND:
zone "3.10.in-addr.arpa" {
type forward;
forward only;
forwarders { 1.2.3.4; } ;
};
This is the only zone I have configured.
When I query for, as an example, 1.2.3.10.inaddr.arpa (PTR), I expect BIND to
2 matches
Mail list logo