From: Kevin P. Fleming Date: Sat, 2 May 2020 13:16:54 +0000 (-0400) Subject: Correct doc for ecs-add-for default X-Git-Tag: dnsdist-1.5.0-rc2~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9087%2Fhead;p=thirdparty%2Fpdns.git Correct doc for ecs-add-for default The default setting for `ecs-add-for` includes "::/0", not "::". --- diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 1ecce73e96..bec850bd0b 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -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.