Prepare your domain for the Internet of tomorrow with IPv6.
The DNS AAAA record (pronounced "quad-A") is the IPv6 equivalent of the A record. It maps a domain name to an IPv6 address, the next-generation Internet protocol. With IPv4 address exhaustion, IPv6 is becoming increasingly important for universal accessibility of your site.
IPv6 addresses offer a virtually unlimited address space (340 sextillion addresses) compared to 4.3 billion for IPv4. Many ISPs and mobile networks now use IPv6 natively. Without an AAAA record, these users must go through transition mechanisms that can degrade performance.
Adding an AAAA record to your domain improves accessibility, performance for IPv6 users, and prepares your infrastructure for the future. MoniTao monitors your AAAA records just like A records.
The AAAA record maps a domain name to an IPv6 address:
IPv6 adoption has several advantages:
Here's how to add an AAAA record to your domain:
Here are AAAA configuration examples:
; AAAA configuration in a DNS zone
example.com. IN AAAA 2001:db8:85a3::8a2e:370:7334
www.example.com. IN AAAA 2001:db8:85a3::8a2e:370:7334
; Dual-stack configuration (A + AAAA)
example.com. IN A 93.184.216.34
example.com. IN AAAA 2001:db8:85a3::8a2e:370:7334
; Verification with dig
$ dig example.com AAAA +short
2001:db8:85a3::8a2e:370:7334
; IPv6 connectivity test
$ ping6 example.com
$ curl -6 https://example.com
Make sure A and AAAA records point to the same server (or servers with the same content). Always test IPv6 connectivity after configuration.
Adopt these practices for a successful IPv6 transition:
It's not mandatory but highly recommended. Without AAAA, IPv6-only users cannot directly access your site. As IPv6 adoption increases, the impact becomes more significant.
You can use a CDN or proxy that supports IPv6 (Cloudflare, for example). The CDN receives IPv6 requests and connects to your server via IPv4. This is an effective transition solution.
IPv6 uses 128 bits (compared to 32 for IPv4) to provide enough addresses for all future devices. Hexadecimal notation and shortcuts (::) help reduce visible length.
Use tools like test-ipv6.com, ipv6-test.com, or simply curl -6 https://yoursite.com from a system with IPv6 connectivity. MoniTao can also monitor IPv6 availability.
No, the order in the DNS zone doesn't matter. Modern clients use the Happy Eyeballs algorithm to simultaneously test IPv4 and IPv6 and choose the fastest.
IPv6 was designed with integrated IPsec, but in practice security depends on configuration. IPv6 eliminates some NAT-related issues but introduces a larger attack surface if misconfigured.
IPv6 adoption is no longer optional - it's a necessity to ensure universal accessibility of your site. With IPv4 address exhaustion and increasing IPv6-only networks, every day without AAAA is a day you potentially lose visitors.
Configure your AAAA records today and monitor them with MoniTao. Ensure your site is ready for tomorrow's Internet while remaining accessible to all of today's users.
Start free, no credit card required.