1

I have a public DNS server that obviously needs to respond to everyone and anyone. Setting up the access-control directive allowing access from every IP results in a "netblock too large" error.

Does anyone know how I can disable access control for the unbound DNS server?

Balthasar
  • 113
  • 5
  • 1
    What have you done so far to solve this on your own? – gxx May 13 '16 at 08:30
  • 1
    read the manual pages front to back. googled the problem. Nobody seems to run unbound servers for everyone, they're apparently just used for internal DNSs.... – Balthasar May 13 '16 at 08:59

1 Answers1

2

I just set mine up with:

access-control: 0.0.0.0/0 allow

and it seems to allow anyone access.