]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: dependent
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 23 May 2022 02:01:30 +0000 (22:01 -0400)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Mar 2023 13:32:04 +0000 (14:32 +0100)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/dnsdistdist/docs/advanced/passing-source-address.rst

index 97b80510699d850d88b17f937e71b240174878a5..3473d01ed28291c5e59c51e9217335e634aae4d7 100644 (file)
@@ -94,7 +94,7 @@ For that feature to work, dnsdist will look up twice into the packet cache when
 That feature is enabled by setting ``disableZeroScope=false`` on :func:`newServer` (default) and ``parseECS=true`` on :func:`newPacketCache` (not the default).
 
 
-Things are different for XPF and the proxy protocol, because dnsdist then does the cache lookup **before** adding the payload. It means that caching can still be enabled as long as the response is not source-dependant, but should be disabled otherwise.
+Things are different for XPF and the proxy protocol, because dnsdist then does the cache lookup **before** adding the payload. It means that caching can still be enabled as long as the response is not source-dependent, but should be disabled otherwise.
 
 +------------------+----------+---------------------+----------------+------------------------+
 | Protocol         | Standard | Require DNS parsing | Contains ports | Caching                |