<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 03/04/2020 08:36, Giovanni Vecchi
via Pdns-users wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CADkrqGCcYtxaL87EXP4AVyGefVn+Ug4ato-wuuN1odVF-7_tzg@mail.gmail.com">is
there a way to create a single reverse zone for <a
href="http://100.64.0.0/10" moz-do-not-send="true">100.64.0.0/10</a>
in Auth Server?</blockquote>
<p>Reverse delegation is done on octet boundaries, so you'll need to
create 64.100.in-addr.arpa to 127.100.in-addr.arpa inclusive.</p>
<p>If you want to cheat, you could create 100.in-addr.arpa, or even
just in-addr.arpa, and rely on the fact that you'll never receive
queries for any reverse outside the ranges of interest.</p>
<p>Of course, 100.64.0.0/10 is a private range which isn't
delegated, so your recursors will still need to be configured to
forward {64..127}.100.in-addr.arpa to your authoritative servers.</p>
<p>HTH,</p>
<p>Brian.<br>
</p>
</body>
</html>