<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 20/03/2020 10:38, Giovanni Vecchi
via Pdns-users wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CADkrqGCpP4ppoJ0BU16EJ-Qpyxk2DM58uyoSZuCu=r2eYa10uQ@mail.gmail.com">
<div class="gmail_default" style="font-family:monospace,monospace">is
there a "smart" way to instruct recursor to forward zone and
each own "subdomain" to an authoritative server? Something like
this:</div>
<div class="gmail_default" style="font-family:monospace,monospace"><br>
</div>
<div class="gmail_default" style="font-family:monospace,monospace">forward-zone=*.domain.local=<ip_of_auth_server></div>
<div class="gmail_default" style="font-family:monospace,monospace"><br>
</div>
<div class="gmail_default" style="font-family:monospace,monospace">The
expectation is that queries to every level starting from
domain.local (ex: hello.domain.local, good.night.domain.local,
etc...) will be forwarded to auth server ip.</div>
</blockquote>
<p>That's pretty much what</p>
<p>forward-zone=domain.local=<ip_of_auth_server></p>
<p>already does. Does it not work for you? What behaviour do you
see instead?<br>
</p>
</body>
</html>