From ce0b62678f791a18dcc58defc209fbe71b868fca Mon Sep 17 00:00:00 2001 From: khramshinr Date: Tue, 30 Jan 2024 21:02:23 +0700 Subject: dns forwarding: T5687: Implement ECS settings for PowerDNS recursor --- docs/configuration/service/dns.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/configuration/service') diff --git a/docs/configuration/service/dns.rst b/docs/configuration/service/dns.rst index 7624d309..e430dc73 100644 --- a/docs/configuration/service/dns.rst +++ b/docs/configuration/service/dns.rst @@ -156,6 +156,20 @@ avoid being tracked by the provider of your upstream DNS server. recursor does not like, it is throttled. Any servers matching the supplied netmasks will never be throttled. +.. cfgcmd:: set service dns forwarding options ecs-add-for
+ + The requestor netmask for which the requestor IP Address should be used as the + EDNS Client Subnet for outgoing queries. + +.. cfgcmd:: set service dns forwarding options ecs-ipv4-bits + + Number of bits of client IPv4 address to pass when sending EDNS Client Subnet + address information. + +.. cfgcmd:: set service dns forwarding options edns-subnet-allow-list + + The netmask or domain that EDNS Client Subnet should be enabled for in outgoing queries. + Example ======= -- cgit v1.2.3