Skip to main content

A/AAAA records

  • A: Points a hostname to an IPv4 address.
  • AAAA: Points to an IPv6 address.

CNAME records

  • Alias one hostname to another (no root/apex).

MX records

  • Direct email delivery to your mail server.

How to add records

  1. Open DNS Manager in the Client Area.
  2. Add a record: type, name, value, TTL (300–3600).
  3. Save and wait for propagation.

Example

  • A @ -> 203.0.113.10
  • CNAME www -> @
  • MX @ -> mail.midas.host (priority 10)

Tools

Use dig or nslookup to verify correctness.