Table of Contents

What is a DNS A record?

About

An A is a type of DNS record that maps a domain name to a IP address Version 4.

The AAAA records maps a domain name to a IP address Version 6

Example

api                                 IN A      164.132.99.202

where:

If the apex domain is example.com, this entry will point the qualified domain name api.example.com to the ip 164.132.99.202 (if there is only one A record entry)

Name and A records Relationship

A name may have several A records in case of load balancing. The DNS server needs to support it.

For instance, the DNS proxy feature of Cloudflare that caches the origin IP is load-balanced and will return 2 addresses.

Documentation / Reference