Pull request 177: 3701-fallback-dns

Squashed commit of the following:

commit ed127c114cb4e3461e7dcdb6ce4223cd560833dc
Author: Stanislav Chzhen <s.chzhen@adguard.com>
Date:   Mon Aug 21 13:53:07 2023 +0300

    Configuration: fallback dns
Stanislav Chzhen 2023-08-22 12:40:42 +03:00
parent 35ddf0b7aa
commit 664fd95b1d
1 changed files with 3 additions and 0 deletions

@ -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].