<div dir="ltr"><div>No, you don't need any of those. They have been built in for a long time. Most of them in 9.11 even.</div><div>Look at the startup log and it will tell you the list of built-in empty zones.</div><div>You can override any of them, if you need to. For example if you have to be authoritative for 0.168.192.in-addr.arpa because you use that /24 and want PTR records, for some reason.</div><div><br></div><div>Cheers, Greg</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, 1 Jun 2026 at 12:04, Renzo Marengo <<a href="mailto:buckroger2011@gmail.com">buckroger2011@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I installed bind 9.20.23 (rpm package) in Alma Linux 9 and I'm<br>
migrating the old Bind 9.11.4 which is running in Centos environment.<br>
It's necessary to create the standard named.rfc1912.zones ? I<br>
reference It inside named.conf ( include "/etc/named.rfc1912.zones" )<br>
This file references "named.localhost", "named.loopback", "named.empty"<br>
<br>
<br>
-----------------------------<br>
named.rfc1912.zones<br>
-----------------------------<br>
<br>
zone "localhost.localdomain" IN {<br>
        type primary;<br>
        file "named.localhost";<br>
        allow-update { none; };<br>
};<br>
<br>
zone "localhost" IN {<br>
        type primary;<br>
        file "named.localhost";<br>
        allow-update { none; };<br>
};<br>
<br>
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"<br>
IN {<br>
        type primary;<br>
        file "named.loopback";<br>
        allow-update { none; };<br>
};<br>
<br>
zone "1.0.0.127.in-addr.arpa" IN {<br>
        type primary;<br>
        file "named.loopback";<br>
        allow-update { none; };<br>
};<br>
<br>
zone "0.in-addr.arpa" IN {<br>
        type primary;<br>
        file "named.empty";<br>
        allow-update { none; };<br>
};<br>
-- <br>
Visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list.<br>
</blockquote></div>