]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: into the recursor and can be enabled using the
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 4 Jul 2025 02:36:31 +0000 (22:36 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 4 Jul 2025 03:20:39 +0000 (23:20 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/docs/dns64.rst

index 442c3ff811b56989b7a87fc7642160147b0754c5..5754eff70bd420e72909d37c9fbb25850a035764 100644 (file)
@@ -9,7 +9,7 @@ However, if ``example.com`` does not actually have an IPv6 address, what we do i
 We do this by retrieving the A records for ``www.example.com``, and translating them to AAAA records.
 Elsewhere, a NAT64 device listens on these IPv6 addresses, and extracts the IPv4 address from each packet, and proxies it on.
 
-As of 4.4.0, an efficient implementation is built the recursor and can be enabled via the using the :ref:`dns64-prefix setting <setting-yaml-recursor.dns64_prefix>`.
+As of 4.4.0, an efficient implementation is built into the recursor and can be enabled using the :ref:`dns64-prefix setting <setting-yaml-recursor.dns64_prefix>`.
 
 Native DNS64 support
 --------------------