From 2c6e5288742a1d0e568681cf53ac1d68e94cc553 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 22 May 2022 22:01:30 -0400 Subject: [PATCH] spelling: dependent Signed-off-by: Josh Soref --- pdns/dnsdistdist/docs/advanced/passing-source-address.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/advanced/passing-source-address.rst b/pdns/dnsdistdist/docs/advanced/passing-source-address.rst index 97b8051069..3473d01ed2 100644 --- a/pdns/dnsdistdist/docs/advanced/passing-source-address.rst +++ b/pdns/dnsdistdist/docs/advanced/passing-source-address.rst @@ -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 | -- 2.47.2