On Thu, Dec 6, 2012 at 3:47 PM, Paolo Aglialoro <[email protected]> wrote:
> This is 5.2 on sparc64.
> Both in BIND9 admin guide and in man named.conf the option "blackhole" is
> present.
> Nevertheless, this is the story:
>
> # named-checkconf -t /var/named/
> /etc/named.conf:111: unknown option 'blackhole'
...
> Is it missing in OpenBSD implementation? Is there any way out of this? Like
> adding "anyone else" to allow-query structure?
No, it's not missing:
# grep blackhole named.conf
blackhole { clients; };
# named-checkconf ./named.conf
#
Philip Guenther