Open DNS Server allow recursive lookups

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.


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 9772