[EMAIL PROTECTED] wrote:
> options {
> directory "/var/cache/bind";
>
> acl "local_ips" {
> 127.0.0.1;
> }
> };
> --------------------------
>
> When I do start BIND with these options, I get a error message:
> ---------
> Aug 6 08:45:56 hosting named[13113]: /etc/bind/named.conf.options:4:
> unknown option 'acl'
An ACL is not an option. Move it outside of the "option { };" section.
AlanC
