I was getting an error “Error: Inconsistent zone “domain.com”: The NS record “ns1.domain.com” has no address records (A or AAAA). ” while adding a new domain under a reseller in Plesk. This was due to trying to host the remote domain (the registered nameservers hosted remotely) in our server. This can be fixed by adding … Continue reading Getting Error “Error: Inconsistent zone “domain.com”: The NS record “ns1.domain.com” has no address records (A or AAAA). ”
Category: DNS
How to prevent DNS recursion attack
DNS recursion attacks are common in cPanel linux servers. During recursion attcks server load increases and in the /var/log/messages file you will find domain queries which are not present in the server. Fix ** Add this to the "options" section of /etc/named.conf recursion no; additional-from-auth no; additional-from-cache no;