How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

Add support for custom DNS types

  • WeDevelopCoffee shared this idea 4 years ago
  • Domains
  • 2 Comments


WHMCS has a fixed set of DNS record types, which is not supported at all registrars. Currently, our resellers have to modify their clientareadomainsdns.tpl with the supported types, which is not maintenance friendly.

Hereby, I request that you add an additional method callback that returns the supported DNS record types. e.g.:

registrar_getSupportedDnsRecordTypes( $params )
{
return ['A', 'AAAA', ...];
}

2 Comments

Login to post a comment.

The feature request to add support for custom DNS types highlights the limitations of WHMCS' fixed DNS record set, which does not meet all the needs of subscribers like a https://basketrandom.com that can contain many different items, allowing flexibility in DNS record types would improve usability and better serve the diverse requirements of resellers and customers.
"our resellers have to modify their clientareadomainsdns.tpl"
All resellers have to do that, I can't understand how WHMCS was programmed with a static set of DNS records.