Support for IPv6-only networks
While network infrastructure is shifting towards IPv6-only networks, providers still need to support IPv4 addresses. Dual-stack networks (networks in which all nodes have both IPv4 and IPv6 connectivity capabilities) can understand both IPv4 and IPv6 packets. However, not all networks are dual-stack, and IPv6-only networks need a translation mechanism to reach IPv4 resources.
1.1.1.1 supports DNS64, a mechanism that synthesizes AAAA records (DNS records that map domain names to IPv6 addresses) from A records (DNS records that map domain names to IPv4 addresses) when no AAAA records exist. This allows IPv6-only clients to receive a usable IPv6 address for destinations that only have an IPv4 address, so the client can still connect through the network's NAT64 gateway.
DNS64 is specifically for networks that already have NAT64 (Network Address Translation from IPv6 to IPv4) support. NAT64 translates IPv6 traffic to IPv4 at the network level, while DNS64 provides the corresponding translated addresses through DNS. If you are a network operator who has NAT64, you can test our DNS64 support by updating it to the following IP addresses:
2606:4700:4700::642606:4700:4700::6400Some devices use separate fields for all eight parts of IPv6 addresses and cannot accept the :: IPv6 abbreviation syntax. For such fields enter:
2606:4700:4700:0:0:0:0:642606:4700:4700:0:0:0:0:6400After your configuration, visit an IPv4-only address to check if you can reach it over your IPv6-only network. For example, you can visit https://ipv4.google.com ↗. If the page loads, DNS64 and NAT64 are working together to translate your connection.
Visit http://test-ipv6.com/ ↗ to test if it can detect your IPv6 address. If you receive a 10/10, your IPv6 is configured correctly.