• Hosting
  • Write Expired: 1 Minute

cPanel WHM Toplu DNS Sıfırlama

 

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 dns domains in bulk on 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.