From 664fd95b1d573f8be9f558e60393e2e76d48dc66 Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Tue, 22 Aug 2023 12:40:42 +0300 Subject: [PATCH] Pull request 177: 3701-fallback-dns Squashed commit of the following: commit ed127c114cb4e3461e7dcdb6ce4223cd560833dc Author: Stanislav Chzhen Date: Mon Aug 21 13:53:07 2023 +0300 Configuration: fallback dns --- Configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configuration.md b/Configuration.md index 05f48cc..a387251 100644 --- a/Configuration.md +++ b/Configuration.md @@ -457,6 +457,9 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib - `bootstrap_prefer_ipv6`: If `true`, instructs the bootstrapper to prefer IPv6 addresses to IPv4 ones when resolving DoH, DoQ, and DoT hostnames. + - `fallback_dns` (**since v0.107.37**): List of fallback DNS servers used + when upstream DNS servers are not responding. + - `private_networks` (**since v0.108.0-b.5**): List of networks used to check if an IP address belongs to a locally-served address registry. If empty, AdGuard Home will use the set defined by [RFC 6303][private-ip].