It looks like you're new here. If you want to get involved, click one of these buttons!
hi i need to import cpanel dns settings to text format (for example cPanel zone file).
how can i do this?
command line?
Managed/Unmanaged web services
use a dig tool?
If you want the records in text format and have root:
cd /var/named
cat domainname.com.db
Then copy and paste the output to text file. If you don't have root just dig NS.
Comments
command line?
Managed/Unmanaged web services
use a dig tool?
If you want the records in text format and have root:
cd /var/named
cat domainname.com.db
Then copy and paste the output to text file. If you don't have root just dig NS.