| SOA | A Start of Authority record is a special resource record included in every zone file. The SOA record supplies certain basic information about the zone including the zones primary authoritative server. |
| A | A records are used to direct your domain name (eg: www.mywebsite.com) to IPv4 IP addresses – which then directs the user to your website. IPv4 IP numbers look something like this: 122.140.201.66 |
| AAAA | AAAA records are used to direct your domain name (eg: www.mywebsite.com) to IPv6 IP addresses – which then directs the user to your website. IPv6 IP numbers look something like this: 3ffe:1900:4545:3:200:f8ff:fe21:67cf. They were introduced when the internet ran out of IPv4 combinations. |
| CNAME | CNAME records (also called Canonical records) are simply alias records that point to domain names, rather than an IP address (as A records do). They are usually used to point a domain to a service, like Tumblr, Gmail or Wordpress, where user accounts are sub domains or directories of the service. When users change the IP address associated with their A record, all CNAME records that point to that A record update automatically. |
| MX | MX records are used to direct a domain name to an email exchange server. MX records must always point to domain names which belong to another zone record and not an IP address. The IP address is always resolved by the A Record. |
| TXT | TXT (also SPF and DKIM) zone records allow the owner of a domain to specify which IP addresses are allowed to send emails using their domain. |
| SPF | The Sender Policy Framework (SPF) is an extension to the Simple Mail Transfer Protocol (SMTP). SPF records allow software to identify and reject forged email addresses in the SMTP MAIL FROM (Return-Path), a typical nuisance in e-mail spam. The Sender Policy Framework allows the owner of a domain name to create special TXT records (SPF records are actually just TXT records with specific SPF code inserted into them) that specify which email servers are authorised to send emails on behalf of that domain name. |
| DKIM | DKIM records are similar to SPF records in that they’re used to combat email spoofing. The method they use to combat email spoofing is a bit different from SPF records however. Where as SPF records use IP address checks, DKIM records make use of a private/public key relationship between the sending mail server and the DNS server. DKIM records help prevent email spoofing by adding a digital signature to outgoing message headers using the DKIM standard. |
| SRV | An SRV record is a specification of data in the DNS, defining the location of a server for specified services. For more information, click here. |
| NS | The NS records contain the name server information for the zone they exist on. |
| CAA | A Certification Authority Authorization (CAA) record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain. |