Which Domain is picked by Bind Server?

Harshith Mulky harshith.mulky at outlook.com
Fri May 27 08:25:17 UTC 2016


If I have the following configuration in Bind server inside named.conf


zone "e164.arpa" IN {
        type master;
        file "e164.arpa";
};


zone "1.e164.arpa" IN {
        type master;
        file "e164.arpa";
};


zone "2.e164.arpa" IN {
        type master;
        file "e164.arpa";
};

and I have an incoming query request to Bind as
9.0.0.9.2.5.0.6.4.2.1.e164.arpa.

Which Zone file would bind pick up?

e164.arpa or 1.e164.arpa?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20160527/ef03087d/attachment.html>


More information about the bind-users mailing list