<div dir="auto">Nah even that didn't work.<div dir="auto"><br></div><div dir="auto">If I directly query to bind it blocks or wall garden the request but if I send it through windows AD or any other server bind just forwards the request to forwarders.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Nov 16, 2024, 23:55 Lee <<a href="mailto:ler762@gmail.com">ler762@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
On Fri, Nov 15, 2024 at 10:24 PM Blason R wrote:<br>
><br>
> Where is that exactly to be added? I added in response-policy<br>
> statement then I tired adding in options stanza but rndc fails<br>
> everytime.<br>
><br>
  <.. snip ..><br>
<br>
> > > > response-policy {<br>
> > > > zone "custom.block";<br>
> > > > ...<br>
> > > > ..<br>
> > > > }<br>
> > ><br>
> > > Try adding<br>
> > ><br>
> > >      break-dnssec yes<br>
> > >      recursive-only no<br>
> > >      qname-wait-recurse no;<br>
> > ><br>
> > > after the closing }<br>
<br>
Which would be<br>
<br>
 response-policy {<br>
   zone "custom.block";<br>
   ...<br>
   ..<br>
 }<br>
 break-dnssec yes<br>
 recursive-only no<br>
 qname-wait-recurse no;<br>
<br>
Regards,<br>
Lee<br>
</blockquote></div>