AAAA Record (IPv6 Address Record) (AAAA Record)

Security Glossary - DNS

Definition: An AAAA record maps a domain name to an IPv6 address. It serves the same purpose as an A record but for IPv6 instead of IPv4. The name comes from the fact that IPv6 addresses are four times longer than IPv4 addresses (128 bits vs 32 bits).

The Importance of AAAA Record

IPv6 adoption continues to grow as IPv4 addresses become scarce. Major ISPs and mobile carriers increasingly use IPv6, and some networks are IPv6-only. Without AAAA records, visitors on IPv6-only networks cannot reach your site unless their network provides NAT64/DNS64 translation, which adds latency and potential points of failure.

Adding AAAA records is straightforward if your hosting provider supports IPv6, which most modern providers do. Cloud platforms like AWS, Google Cloud, and Cloudflare provide IPv6 support by default. Having both A and AAAA records (dual-stack) allows your site to be reached over both IPv4 and IPv6.

From a security perspective, IPv6 records should receive the same attention as IPv4 records. If you configure security measures (firewalls, rate limiting) on your IPv4 address but forget the IPv6 address, attackers may bypass those protections by connecting over IPv6.

Checking Your Setup

A DNS health checker shows whether your domain has AAAA records alongside A records. If your hosting supports IPv6, add AAAA records pointing to the IPv6 address. Verify the IPv6 address is correct and the server accepts connections on it.

Key Parameters

ParameterValue
Record TypeAAAA
Points toIPv6 address (e.g., 2606:2800:220:1:248:1893:25c8:1946)
Common TTL300-3600 seconds
Required forIPv6 connectivity
Dual stackUse alongside A record for IPv4+IPv6

AAAA Record FAQ

Do I need AAAA records for my website?
While not strictly required today (most IPv6 networks can still reach IPv4 sites through translation), adding AAAA records is recommended. It improves performance for IPv6 users, future-proofs your setup, and some mobile networks work better with direct IPv6 connectivity.
Will adding AAAA records break anything?
No, adding AAAA records alongside existing A records (dual-stack) is safe. Clients that support IPv6 will use the AAAA record, while IPv4-only clients continue using the A record. Issues only arise if the IPv6 address is misconfigured or the server does not listen on IPv6.
Disclaimer: DomainOptic provides automated informational scans only. Results do not constitute professional security advice, compliance certification, or a guarantee of security. Always verify findings independently.