Skip to content

Example of how to use the hooks functionality in SoluteDNS for WHMCS - Professional Edition to automatically update the DNSsec keys with your registrar(s).

License

Notifications You must be signed in to change notification settings

solutedns/WHMCS-Professional-DNSsec-Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNSsec Updater for WHMCS

This is an example of how to use the hooks functionality in SoluteDNS for WHMCS - Professional Edition to automatically update the DNSsec keys with your registrar(s) utilizing the Metaregistrar PHP EPP Client.

Supported Registrars:

  • Key Systems RRPPROXY
  • Metaregistrar
  • Openprovider
  • Donuts
  • SIDN (.nl)
  • dotAmsterdam
  • EurID (.eu)
  • DNS Belgium (.be .vlaanderen .brussels)
  • .CO.NL
  • dotFRL
  • IIS (.nu and .se)
  • CarDNS (.hr)
  • Nic.AT (.at)
  • Switch (.ch)
  • Ficora (.fi)
  • DNS.PT (.pt)
  • Norid (.no)
  • Arnes (.si)

Getting Started

  • Upload the files to the lib/Custom SoluteDNS addon directory.
  • Open the Request.php file and add all required registrar configuration settings.

Example

  $api['metaregistrar'] = [
  	'name'		=> 'Metaregistrar',
  	'interface'	=> 'metaregEppConnection',
     	'hostname'	=> 'ssl://eppltest1.metaregistrar.com',
     	'port'		=> '7000',
      'username'	=> 'xxxxxxxxx',
     	'password'	=> 'xxxxxxxxx',
  ];
  $api['openprovider'] = [
  	'name'		=> 'OpenProvider',
  	'interface'	=> 'openproviderEppConnection',
     	'hostname'	=> 'https://epptest.openprovider.eu',
     	'port'		=> '443',
      'username'	=> 'xxxxxxxxx',
     	'password'	=> 'xxxxxxxxx',
  ];

About

Example of how to use the hooks functionality in SoluteDNS for WHMCS - Professional Edition to automatically update the DNSsec keys with your registrar(s).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages