Configure Your Nameserver

This step requires a passphrase that has been given to you by the administrator of the Domani server:

{{ #each data.url_encoded_domain_settings }} {{ /each }}

Next, you will need to configure your nameserver to point to Domani. There are two entries you will need to add. The first entry tells the Domani server that it is allowed to serve this domain with your given configuration:

Type Domain Value
TXT _domani_challenge.{{ data.domain }} {{ data.challenge_token }}

The second entry ensures that other users find the Domani server when they query for your domain name. {{ #if data.dns_records_have_more_than_one }} It can be any of these: {{ /if }}

{{ #each data.dns_records }} {{ #if this.name }} {{ else }} {{ /if }} {{ /each }}
Type Domain Value
{{ this.kind }} {{ lookup ../data "domain" }}{{ this.name }}{{ this.addr }}
{{ #if data.dns_records_have_cname }}

(Please note that not all nameservers support using a CNAME in all cases, while others support it via an alternative record type like ALIAS or ANAME. If one of those are available, they can be used instead.)

{{ /if }}

Once both entries are installed, you can hit the following button to check your configuration and set up your domain. Note that this step may take a long time to complete, so if nothing happens immediately please don't panic.