HEXONET
HEXONET is a leading developer and operator of domain names and DNS platforms. Individual, service provider and registrars around the globe choose HEXONET for domains and DNS because of our advanced technology, operational performance and up-time, and most importantly for DNS expertise. DNSControl with HEXONET's DNS marries DNS automation with an industry-leading DNS platform that supports DNSSEC, PremiumDNS via Anycast Network, and nearly all of DNSControl's listed provider features.
This is based on API documents found at https://wiki.hexonet.net/wiki/DNS_API
Configuration
To use this provider, add an entry to creds.json
with TYPE
set to HEXONET
along with your HEXONET login data.
Example:
Here a working example for our OT&E System:
NOTE: The above credentials are known to the public.
With the above hexonet entry in creds.json
, you can run the integration tests as follows:
Usage
Here's an example DNS Configuration dnsconfig.js
using our provider module. Even though it shows how you use us as Domain Registrar AND DNS Provider, we don't force you to do that. You are free to decide if you want to use both of our provider technology or just one of them.
Metadata
This provider does not recognize any special metadata fields unique to HEXONET.
get-zones
dnscontrol get-zones
is implemented for this provider. The list includes both basic and premier zones.
New domains
If a dnszone does not exist in your HEXONET account, DNSControl will not automatically add it with the dnscontrol push
or dnscontrol preview
command. You'll need to do that via the control panel manually or using the command dnscontrol create-domains
. This is because it could lead to unwanted costs on customer-side that we want to avoid.
Debug Mode
As shown in the configuration examples above, this can be activated on demand and it can be used to check the API commands send to our system. In general this is thought for our purpose to have an easy way to dive into issues. But if you're interested what's going on, feel free to activate it.
IP Filter
In case you have ip filter settings made for your HEXONET account, please provide your outgoing ip address as shown in the configuration examples above.
Last updated