AAAA 记录

Maps a domain name to an IPv6 address.

AAAA 记录是什么?

The AAAA record (read "quad A") points a hostname at an IPv6 address. It mirrors the A record but uses the 128-bit IPv6 address space. Modern services should publish both A and AAAA records.

区域文件示例

example.com.    300    IN    AAAA    2606:2800:220:1:248:1893:25c8:1946

常见用例

  • Dual-stack web servers reachable over both IPv4 and IPv6.
  • Mobile carrier networks that are IPv6-only — clients need AAAA to reach you.
  • Future-proofing apex records before IPv4 reachability is reduced.
  • CDN edge nodes that announce IPv6 directly.

常见坑

Happy Eyeballs (RFC 8305) lets browsers try v6 then fall back to v4. A broken AAAA (host listed but not reachable) can introduce noticeable load delay before the v4 fallback kicks in — always verify reachability after publishing.

查询 DNS 记录 →

相关记录类型

安全提示

正在使用默认密码?使用 NordVPN 加密保护您的网络。