<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 19/01/2021 10:07, Dedan Irungu via
Pdns-users wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CA+mx+Ss4iR_zifENgtD2RXyRhJJ4W8LJ7p62s4mtAgdZww7mZQ@mail.gmail.com">
<div>The issue was on dnsdist configuration it worked by changing.</div>
<div><br>
</div>
<div> recursive_ips:addMask('0<a href="http://127.0.0.1/8"
target="_blank" moz-do-not-send="true">.0.0.0/</a>0') <br>
</div>
<div> to </div>
<div> recursive_ips:addMask('<a href="http://127.0.0.1/8"
target="_blank" moz-do-not-send="true">127.0.0.1/8</a>') </div>
<div><br>
</div>
Thank you for your assistance.</blockquote>
<p>By the way, if that's the only thing you want to achieve - answer
recursively from 127.0.0.1 *only* - then there's a much easier way
that doesn't involve dnsdist. Simply bind the recursor to
127.0.0.1, and bind the authoritative server to your external IP.
Both can then listen on port 53 at the same time.</p>
<p>You'll want dnsdist only if you are receiving a mixture of both
authoritative and recursive requests across the network.<br>
</p>
<p>Regards,</p>
<p>Brian.<br>
</p>
</body>
</html>