From 81667cf2be961ac3b6e39ed482e3ab5c327f3540 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 2 May 2020 09:16:54 -0400 Subject: [PATCH] Correct doc for ecs-add-for default The default setting for `ecs-add-for` includes "::/0", not "::". --- pdns/recursordist/docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2