]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Correct doc for ecs-add-for default 9087/head
authorKevin P. Fleming <kpfleming@users.noreply.github.com>
Sat, 2 May 2020 13:16:54 +0000 (09:16 -0400)
committerGitHub <noreply@github.com>
Sat, 2 May 2020 13:16:54 +0000 (09:16 -0400)
The default setting for `ecs-add-for` includes "::/0", not "::".

pdns/recursordist/docs/settings.rst

index 1ecce73e9629b35df91733f471f70a4bc5df683f..bec850bd0b4a58657e50b5cdee0e2ea25378f181 100644 (file)
@@ -452,7 +452,7 @@ Queries to addresses for zones as configured in any of the settings `forward-zon
 .. versionadded:: 4.2.0
 
 -  Comma separated list of netmasks
--  Default: 0.0.0.0/0, ::, !127.0.0.0/8, !10.0.0.0/8, !100.64.0.0/10, !169.254.0.0/16, !192.168.0.0/16, !172.16.0.0/12, !::1/128, !fc00::/7, !fe80::/10
+-  Default: 0.0.0.0/0, ::/0, !127.0.0.0/8, !10.0.0.0/8, !100.64.0.0/10, !169.254.0.0/16, !192.168.0.0/16, !172.16.0.0/12, !::1/128, !fc00::/7, !fe80::/10
 
 List of requestor netmasks for which the requestor IP Address should be used as the :rfc:`EDNS Client Subnet <7871>` for outgoing queries. Outgoing queries for requestors that do not match this list will use the `ecs-scope-zero-address`_ instead.
 Valid incoming ECS values from `use-incoming-edns-subnet`_ are not replaced.