Introduction
This article provides the procedure to enable DNS recursion on a server running the BIND nameserver.
cPanel doesn't recommend using DNS recursion, and cPanel's support team cannot assist you enable recursion. The following procedure is provided for reference purposes.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Open the
/etc/named.conf
file in your preferred text editor. - Add the following line in the "options" section.
allow-recursion { 127.0.0.1; localhost; };
- Save the changes and exit the text editor.
- Restart the nameserver service.
/usr/local/cpanel/scripts/restartsrv_named
Comments
0 comments
Article is closed for comments.