]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update settings.rst -- clarify edns-subnet-allow-list 13032/head
authorSeth Arnold <seth.arnold@gmail.com>
Sat, 15 Jul 2023 01:21:01 +0000 (01:21 +0000)
committerGitHub <noreply@github.com>
Sat, 15 Jul 2023 01:21:01 +0000 (01:21 +0000)
Try to reduce confusion about what the edns-subnet-allow-list setting does and doesn't affect.

pdns/recursordist/docs/settings.rst

index 2d4790d7da5fe6ecf7e7a1434585f09a05231aa8..740c2e3a93c0ec249f4102ea74c2811cc0ef0a9a 100644 (file)
@@ -791,6 +791,8 @@ List of netmasks and domains that :rfc:`EDNS Client Subnet <7871>` should be ena
 For example, an EDNS Client Subnet option containing the address of the initial requestor (but see `ecs-add-for`_) will be added to an outgoing query sent to server 192.0.2.1 for domain X if 192.0.2.1 matches one of the supplied netmasks, or if X matches one of the supplied domains.
 The initial requestor address will be truncated to 24 bits for IPv4 (see `ecs-ipv4-bits`_) and to 56 bits for IPv6 (see `ecs-ipv6-bits`_), as recommended in the privacy section of RFC 7871.
 
+Note that this setting describes the destination of outgoing queries, not the sources of incoming queries, nor the subnets described in the EDNS Client Subnet option.
+
 By default, this option is empty, meaning no EDNS Client Subnet information is sent.
 
 .. _setting-entropy-source: