records_feat

DK/DKIM Records

DomainKeys Identified Mail (DKIM) records allow a recipient to validate a sender as the owner of an email message. Domain Keys use public key encryption to apply digital signatures to email, this allows verification of the sender as well as of the integrity of the message in question. DK/DKIM records are generated by your email [...]

Continue Reading →

soa_record_feat

SOA Record

SOA (Start of Authority) records are used to determine how your zone propagates to the secondary nameservers. DNS Made Easy creates a default SOA record for each domain added into our system. However, you can create and customize your own SOA record and assign it to a domain within DNS Made Easy. SOA Records have [...]

Continue Reading →

records_feat

Wild Card Record

Wildcard Records give you the ability to map all (or a section) of the records in your domain to one IP. Wildcard records can be A, CNAME, or HTTP Redirection Records. Any record not previously defined in your domain name with its own host name, will resolve to the IP of the wild card. Select [...]

Continue Reading →

records_feat

PTR Record

Pointer (PTR) records are used for configuration of Reverse DNS. View the full tutorial for configuration of Reverse DNS. PTR records must be configured within Reverse DNS domains. Assume the domain “147.94.208.in-addr.arpa.” you would create a PTR record with the following values: Name: 129 Value: mx2.dnsmadeeasy.com. (Note the dot (.) following the host name) The [...]

Continue Reading →

records_feat

Round Robin

  Load balancing / Round Robin configuration allows you to distribute your server load evenly among multiple servers. You would create multiple A records with the same name but with different associated IP’s. For example, assume two different A records, example.com pointed to 1.2.3.4 and example.com pointed to 1.2.3.5. We would then have a www.example.com [...]

Continue Reading →

records_feat

HTTP Redirection Record

HTTP Redirection Records are special records in that they are a combination of an A record and the use of an application server which looks up the destination URL of the A record in a database. There are different types of HTTP Redirection. Standard Redirection sends your domain visitors to any website you specify. The [...]

Continue Reading →

records_feat

NS Record

NS Records are name server records. You can add additional NS records to a domain if you plan on using additional name servers that do not belong to DNS Made Easy. In order to do this, you must configure an ACL or Access Control List. Select the DNS Menu Select Managed DNS Select a domain [...]

Continue Reading →

records_feat

TXT Record

TXT 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 a server, network, data [...]

Continue Reading →

records_feat

SRV Record

An SRV record is intended to provide information on available services for your systems, most commonly used with SIP configuration. SRV records have 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 [...]

Continue Reading →

records_feat

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 →

records_feat

MX Record

MX records are mail exchange records used for determining the priority of email servers for a domain. The lowest priority email server is the first destination for email. If the lowest priority email server is unavailable, mail will be sent to the higher priority email servers. Select the DNS Menu Select Managed DNS Select a [...]

Continue Reading →

records_feat

CNAME Record

CNAME records are referred to as alias records since they map an alias to its canonical name. CNAME records allow an administrator to point multiple systems to one IP without specifically assigning an A record to each host name. If your server IP ever changes, you only have to change one A record’s IP address [...]

Continue Reading →

records_feat

AAAA Record

AAAA records are IPv6 address records which map a host name to an IPv6 address. Select the DNS Menu Select Managed DNS Select a domain from the either the “Recently Updated Domains” box, or start typing the domain name in the textbox on the “Select Domain” tab. Under “AAAA Records” click the plus sign to [...]

Continue Reading →

records_feat

A Record

A records are address records which map a host name to an IP address. The root record of a domain name is also an A record, this is an A record with no name. To create an A record for a domain, select the DNS Menu. Select Managed DNS Select a domain to add a [...]

Continue Reading →