Quote:
Originally Posted by paulipv
Hello,
Is posible a simple dns manager implementation on cpanel for a and cname records and to be available thought api.
Thank you.
|
One way to implement this would be to create a cPanel Plugin so you have a separate screen to review/edit DNS entries.
However, your script will need to use the XML API and authenticate itself as a reseller or root user to retrieve and set/edit the DNS entries as cPanel users natively don't have privileges to that functionality.
Version 11.25 will introduce many new DNS functions to make building such a plug-in easier. You can find the documentation for the XML API including the version 11.25 DNS functions at:
XmlApi < AllDocumentation/AutomationIntegration < TWiki