mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-27 09:18:58 +03:00
Pull request 182: 5720-wildcard-ignored-domains
Squashed commit of the following: commit 68e247f092be7a4ff9da6d2257a20afa46597b7c Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Tue Sep 5 16:04:02 2023 +0300 Configuration: imp docs commit 36288a14c044123d3149731afb6aadc2f85b885f Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Fri Sep 1 17:26:49 2023 +0300 Configuration: imp docs commit 6477ae9ad399c4fa6bdb452cf97a434f39876054 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Thu Aug 31 19:12:51 2023 +0300 Configuration: add wildcard support
parent
42d257343d
commit
0dd45291ac
1 changed files with 6 additions and 2 deletions
|
@ -596,7 +596,7 @@ 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`.
|
||||
- `filtering` (**since v0.107.37): Filtering settings section:
|
||||
- `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`
|
||||
modifier and other rewrites, including those taken from the operating
|
||||
|
@ -675,17 +675,21 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib
|
|||
- `querylog` (**since v0.107.24**) — Query log settings section:
|
||||
- `enabled`: Query log status.
|
||||
- `file_enabled`: Write query logs to a file.
|
||||
- `interval (**since v0.107.27**)`: Time interval for query log files
|
||||
- `interval` (**since v0.107.27**): Time interval for query log files
|
||||
rotation. It's a string with human-readable duration between an hour
|
||||
(1h) and a year (8760h).
|
||||
- `size_memory`: Number of entries kept in memory before they are flushed to disk.
|
||||
- `ignored`: List of host names, which should not be written to log.
|
||||
|
||||
**Since v0.107.37,** AdBlock rule syntax is supported.
|
||||
- `statistics` (**since v0.107.24**) — Statistics settings section:
|
||||
- `enabled`: Statistics status.
|
||||
- `interval`: Time interval for statistics. (**before v0.107.27**) It's a
|
||||
number with duration in days. (**since v0.107.27**) It's a string with
|
||||
human-readable duration between an hour (1h) and a year (8760h).
|
||||
- `ignored`: List of host names, which should not be counted.
|
||||
|
||||
**Since v0.107.37,** AdBlock rule syntax is supported.
|
||||
- `filters` — List of filters, each filter has the following values:
|
||||
- `enabled` — Current filter's status (enabled/disabled).
|
||||
- `url` — URL pointing to the filter contents (filtering rules).
|
||||
|
|
Loading…
Reference in a new issue