Hi,

> i deployed a bind9.3.2 server for 'mydomain.com'. now its seem to use
> unauthorized users to resolve their DNS quiries. how do i stop this.
> please help me.

To allow queries from the network your server is running on, but from no one 
else:
allow-query { any; };
allow-recursion { localnets; };

Or to deny recursive queries alltogether:
allow-query { any; };
allow-recursion { none; };

-- 

regards,
Georges Toth
-- 
[email protected] mailing list

Reply via email to