From 44aab904509bdaa2d7297cb66388a6da0399c2c6 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 22 Nov 2023 13:49:14 +0300 Subject: [PATCH] Pull request 189: Configuration: add serve_plain_dns Updates AdguardTeam/AdGuardHome#1660. Squashed commit of the following: commit 843758066634b9900324a262cdb0b2743780537a Author: Ainar Garipov Date: Tue Nov 21 20:40:49 2023 +0300 Configuration: add serve_plain_dns --- Configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Configuration.md b/Configuration.md index 0b77303..075fadc 100644 --- a/Configuration.md +++ b/Configuration.md @@ -632,6 +632,11 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib DNS-over-HTTPS clients as well as for the web UI. - `theme` (**since v0.107.22**): The theme of UI. The possible values are: `auto`, `dark`, `light`. + - `serve_plain_dns` (**since v0.107.42**): Enables plain DNS serving. + + **NOTE:** `serve_plain_dns` cannot currently be set to `false` unless one + or more encrypted protocols (DNS-over-HTTPS, DNS-over-TLS, etc.) is + enabled. - `filtering` (**since v0.107.37**): Filtering settings section: - `protection_enabled`: Whether any kind of filtering and protection should be performed. Note that it doesn't affect the rules with `$dnsrewrite`