something related to cpanel DNS only

amritgeo

Registered
Jan 27, 2014
1
0
1
cPanel Access Level
DataCenter Provider
I am using cpanel DNS only in which i implemented the zones by creating script and now I have to delete zones from everywhere they are created.I am using mydns.I have already deleted zones from rr ,soa databases,also from /var/named/*.db,/etc/named.conf.And what I should follow to remove all the zones from here.So that I can create zone which do not reflect with the old name if I want to create it again.


Thanks
Amrit
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

You should be able to delete the zones via Web Host Manager. Or, via the command line:

Code:
/scripts/killdns $domain
Assuming the servers are all in the same DNS cluster, the zones on the other servers are deleted automatically if you have changes synchronized.

Thank you.