• Write Expired: 1 Minute

cPanel WHM Bulk DNS Reset

 


cPanel WHM Bulk DNS Reset

 

In the WHM cPanel control panel, simply log in to your server as a terminal and type the following command to clean the dns fields in bulk in all hosting accounts.

 

for i in $(cat /etc/trueuserdomains | cut -d: -f1); do whmapi1 resetzone domain=$i; done

 

After the process, all dns zones will return to default and reset.