Open DNS Server allow recursive lookups
The error basically means that anyone can use your nameservers to do dns lookups on the internet.
It's considered a security risk to allow recursive lookups on an authoritative server. Â You can disable the recursion by adding
allow-recursion {localnets; };
to the "options {" section in your named.conf file.