SRV Record

An SRV record is intended to provide information on available services for your systems. A SRV record has a unique system for naming. The naming system is an underscore followed by the name of the service, followed by a period, and underscore, and then the protocol, another dot, and then the name of the domain [...]

Continue Reading →

PTR Record

PTR Record (Pointer Record) Pointer records are used to map a network interface (IP) to a host name. These are primarily used for reverse DNS. Name: This usually represents the last octet of the IP address. System (PTR to): This will be the value (the reverse DNS) for your host / computer within your domain. [...]

Continue Reading →

SRV Record

More data and examples coming soon.

Continue Reading →

AAAA Record

AAAA Record (IPv6 Address Record) These records map a FQDN (fully qualified domain name) to an IPv6 address. This is the IPv6 equivalent to the A record. Name: This will be the host for your domain which is actually a computer within your domain. Your domain name is automatically appended to your name. If you [...]

Continue Reading →

SPF Record

Sender Policy Framework (SPF) Records are used for email validation to mitigate spam. SPF records allow domain administrators to define all hosts allowed to send mail for a domain by creating a specific TXT record that is then used by mail exchangers to validate a senders identity. The data of an SPF record must be [...]

Continue Reading →

TXT Record

TXT Record (Text Record) These records hold free form text of any type. A fully qualified domain name may have many TXT records. The most common uses for TXT records are Sender Policy Framework (SPF), DomainKeys (DK), and DomainKeys Identified E-mail (DKIM). TXT records historically have also been used to contain human readable information about [...]

Continue Reading →

HTTP Redirection Record

HTTPRED Record (HTTP Redirection Record) These records are not standard DNS records. The HTTP Redirection record is a combination of A records to DNS Made Easy HTTP forwarding servers and a configuration on these forwarding servers. HTTP Redirection records are useful when you would like a specific fully qualified domain name to forward to a [...]

Continue Reading →

NS Record

NS Record (Name Server Record) These records indicate which name servers are authoritative for the zone / domain. NS Records are primarily used if you want to break your domain into subdomains. Subdomains indicate you are delegating a portion of a domain name to a different group of name servers, thus creating NS records to [...]

Continue Reading →

MX Record

MX Record (Mail Exchange Record) These records is used by mail servers to determine where to deliver email. MX records should only map to A records (not CNAME records). If an MX record is missing for the domain the mail for the domain will normally be attempted to be delivered to the matching A record. [...]

Continue Reading →

A Record

A Record (Address Record) These records map a FQDN (fully qualified domain name) to an IP address. This is usually the most often used record type in any DNS system that maps domain names to IP addresses. Name: This will be the host for your domain which is actually a computer within your domain. Your [...]

Continue Reading →

CNAME Record

CNAME Record (Canonical Name Record) These are usually referred to as alias records since they usually map an alias to its canonical name. The name server does handle these queries differently from an A record. When a name server looks up a name and finds a CNAME record, it replaces the name with the canonical [...]

Continue Reading →