Skip to content

Commit

Permalink
Pull request 189: Configuration: add serve_plain_dns
Browse files Browse the repository at this point in the history
Updates AdguardTeam/AdGuardHome#1660.

Squashed commit of the following:

commit 843758066634b9900324a262cdb0b2743780537a
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Nov 21 20:40:49 2023 +0300

    Configuration: add serve_plain_dns
  • Loading branch information
ainar-g committed Nov 22, 2023
1 parent 5967378 commit 44aab90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 44aab90

Please sign in to comment.