<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 12/11/2019 11:05, mendisobal via
Pdns-users wrote:<br>
</div>
<blockquote type="cite"
cite="mid:ydwqUWII8ZgjpXkTJkEbCs-FhXufpPxkoWOOY0kc4yxvcpkAliQvkHXaQ4Eurde8BfcoZcPPUmjj7aIfIc6FdY5TSHImsPJrqyACLpFYWOE=@protonmail.com">How
i can forward recursive DNS requests based on source address of
the client.</blockquote>
<p>If you're forwarding client requests programmatically, then you
probably would be better off using dnsdist (and there's a <a
moz-do-not-send="true"
href="https://mailman.powerdns.com/mailman/listinfo/dnsdist">different
mailing list</a> for that)</p>
<p>I don't know if this is relevant to your situation, but there is
also something related called "edns client subnet". This allows
an *authoritative* server to return different responses to the
*recursor*, depending on the source subnet of the *client* which
made the query to the recursor.</p>
<p>HTH,</p>
<p>Brian.<br>
</p>
</body>
</html>