Creating Custom DNS Records

To create a custom record to your DNS zone:

  1. Select Domain info in the Domain Settings menu.
  2. On the page that appears, click the Edit icon in the DNS Configuration field.
  3. This link will take you to the DNS Configuration page:

  4. On this page you can see several blocks of DNS records.

You can add any type of DNS records by clicking an appropriate link. You will be asked to enter corresponding DNS data.

Adding Custom A Records

Normally, A records are used to map domain names and web server IP.

Warning: Please pay attention to $ORIGIN when you add an A record.

Adding Custom MX Records

Custom MX records should be added when you want to use your external mail servers to process your e-mail. To use your external servers instead of those you get by default, you need to disable mail service on the Domain Settings page of your control panel. To use the external mail servers in addition to those you get by default, you need to keep mail service enabled in the control panel. The priority of the custom MX record will define whether your external servers will act as secondary or primary. For instance, if you set the priority of the custom MX record higher than 10 (e.g. 11), your external mail server will be used as secondary. If you set the priority of the custom MX record lower than 10 (e.g. 9), your external mail server will be used as primary. In the latter case, your mail will be sent to your external mail server until it goes down or becomes otherwise inaccessible. Then the default mail server will take over.

When you enable mail service in the control panel, an MX record is created automatically in the DNS zone. If mail service is disabled, this built-in MX record remains in the DNS zone, and you can remove it manually using the control panel interface.

Important: To add an MX record for the base domain, leave the Name field empty.

Adding Custom CNAME Records

Finally, CNAME records are used to map aliases with domain names.

Warning: Please pay attention to $ORIGIN when you add a CNAME record.