BIND RPZ is not blocking A record

Lee ler762 at gmail.com
Sat Nov 16 18:25:26 UTC 2024


Hi

On Fri, Nov 15, 2024 at 10:24 PM Blason R wrote:
>
> Where is that exactly to be added? I added in response-policy
> statement then I tired adding in options stanza but rndc fails
> everytime.
>
  <.. snip ..>

> > > > response-policy {
> > > > zone "custom.block";
> > > > ...
> > > > ..
> > > > }
> > >
> > > Try adding
> > >
> > >      break-dnssec yes
> > >      recursive-only no
> > >      qname-wait-recurse no;
> > >
> > > after the closing }

Which would be

 response-policy {
   zone "custom.block";
   ...
   ..
 }
 break-dnssec yes
 recursive-only no
 qname-wait-recurse no;

Regards,
Lee


More information about the bind-users mailing list