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
- Open DNS Manager in the Client Area.
- Add a record: type, name, value, TTL (300–3600).
- Save and wait for propagation.
Example
- A @ -> 203.0.113.10
- CNAME www -> @
- MX @ -> mail.midas.host (priority 10)
Tools
Usedig or nslookup to verify correctness.