From 575dc561b9b6b8d0eee5a60a0043a3b427a92950 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Mon, 22 Jun 2020 01:13:17 +0300 Subject: [PATCH] https://github.com/AdguardTeam/AdGuardHome/issues/1755 --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index a331cea..37fc2b0 100644 --- a/Configuration.md +++ b/Configuration.md @@ -178,7 +178,7 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib * `all_servers` — Enables parallel queries to all configured upstream servers to speed up resolving. If disabled, the queries are sent to each upstream server one-by-one and then sorted by RTT. * `fastest_addr` — Use Fastest Address algorithm. It finds an IP address with the lowest latency and returns this IP address in DNS response. * **ECS settings** - * `edns_client_subnet` — Enable EDNS Client Subnet option + * `edns_client_subnet` — Enable EDNS Client Subnet option. If enabled, AdGuard Home will be sending ECS extension to the upstream DNS servers. Please note, that this will be done for clients with public IP addresses only. * **Access settings** * `allowed_clients` — IP addresses of allowed clients * `disallowed_clients` — IP addresses of clients that should be blocked