Disable Recursion in Plesk
========================
========================
- Log into the Plesk Admin Panel.
- Select Tools and Settings.
- Click DNS Template Settings from the section.
- Select Localnets from the DNS Recursion section.
- Click the OK button.
Disable Recursion in Windows Server 2003 and 2008
==========================================
==========================================
- Access the DNS Manager from the Start menu:
- Click the Start button.
- Select Administrative Tools.
- Select DNS.
- Right click on the desired DNS Server in the Console Tree.
- Select the Proprerties tab.
- Click the Advanced button in the Server Options section.
- Select the Disable Recursion checkbox.
- Click the OK button.
Disable Recursion in Linux
=====================
=====================
1. Locate the BIND configuration file within the operating system. The BIND configuration file is usually located in one of the following paths:
Open the named.conf file in your preferred editor
/etc/bind/named.conf
/etc/named.conf
2. Add the following details to the Options section:
allow-transfer {"none";};
allow-recursion {"none";};
recursion no;
3. Restart the device.