How to Disable DNS Recursion in Bind

October 31st, 2009 by tech Leave a reply »

Disabling DNS recursion is something most administrators will suggest, as having it enabled can cause performance issues.

vi /etc/named.conf

Then, in the options { section, add the following:

recursion no;

If recursion yes; is already there, just change it to recursion no; and restart named to activate your changes.

./scripts/restartsrv_named
  • Share/Bookmark
Post Sponsored by

Leave a Reply


cPanel Web Site Hosting by IntraHost