How do I disable recursive DNS queries on cPanel server

For linux (named DNS server) edit the named.conf file found in /etc/named.conf and add this line in the options clause:

recursion no;

Be sure to make a backup of named.conf before doing this.

Restart the named service

rndc reload

or

service named restart

0 comments:

Post a Comment