What Are A and AAAA Records?

A Records

These are also called Address Records or sometimes Host Records. A record only resolves to IP addresses. These records point your domain to the IP address of your website or hosting. Let’s say that you own the domain name example.com which is hosted with us and the IP address of your hosting server is 127.0.0.1. Usually, you would have two DNS records to point your domain to the hosting that looks like this:

• A example.com 164.160.128.116

• A *.example.com 164.160.128.116

The first A record in this example is pointing the “bare” version of your domain. That means when someone goes to their browser and types in the domain name without www, it will resolve to the right server and website.

The second A record is the wildcard version. This redirects any subdomains to your domain to the server; this includes www and anything else people may type before your domain name.

If you have any specific subdomains that you need to set records for, you would also do that with A records the same way. So, if in the example above, you wanted to make a subdomain called test.name.com, then you would create an A record that looks like this:

A test.example.com 164.160.128.116

Using this method, you can also point subdomains to different servers than your main site, depending on your needs.

 

AAAA Records are like A records but for IPv6 IP addresses instead of IPv4.

An IPv4 address is a 32-bit address and looks something like this: 164.160.128.116

An IPv6 address is made of 8 groups of 4 hexadecimal separated by colons and looks like this: 2001:0db8:85a3:0000:0000:8a2e:0370:7334

  • 24 Users Found This Useful
Was this answer helpful?

Related Articles

Can I add Addon domains without changing the domains DNS records?

By default, you cannot add an addon or a parked domain on our shared servers without changing the...

DNS Setup

DNS setup allows you to create a DNS hostname. After you create a DNS hostname, you get access to...

DNS Zones.

OnApp DNS Zone feature allows you to manage your and your clients' domain DNS. Each time DNS...

Edit DNS Domain

To edit your DNS domain: Go to your Control Panel's Settings menu, and click the DNS Setup...

Manage DNS

You can change which service your domain uses for its website and email by managing its DNS...