Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
How do I disable Open Recursion on my Name Server? ( dns Server) | Advanced Internet Technologies

Many network attackers attempt to utilize DNS servers with open recursion to conduct DDoS (Distributed Denial of Service) attacks on various websites or servers. Here is how you can prevent this by disabling recursive queries in BIND:

1. Add the following to the options section of /etc/named.conf:

allow-transfer {“none”;};

allow-recursion {“none”;};

recursion no;

2. Reload the config changes:

# service named reload