<div dir="ltr"><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr">Thank you for the advice.<br><br>I will make the changes and see how it will work.</div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 19, 2021 at 1:37 PM Brian Candler <<a href="mailto:b.candler@pobox.com">b.candler@pobox.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">
  
    
  
  <div>
    <div>On 19/01/2021 10:07, Dedan Irungu via
      Pdns-users wrote:<br>
    </div>
    <blockquote type="cite">
      <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">.0.0.0/</a>0') <br>
      </div>
      <div>     to </div>
      <div>    recursive_ips:addMask('<a href="http://127.0.0.1/8" target="_blank">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>
  </div>

</blockquote></div>