mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-15 06:59:00 +03:00
Merge: + added description for new cache settings
* commit '1dd53da3fbcd92d58f835fe69b873d72fbb6dd07': + added description for new cache settings
commit
49f37b30f8
1 changed files with 5 additions and 0 deletions
|
@ -132,6 +132,11 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib
|
|||
* `safesearch_enabled` — Enforcing "Safe search" option for search engines, when possible.
|
||||
* `safebrowsing_enabled` — Filtering of DNS requests based on safebrowsing.
|
||||
* `upstream_dns` — List of upstream DNS servers.
|
||||
* `cache_size` — DNS cache size (in bytes)
|
||||
* `safebrowsing_cache_size` — Safe Browsing cache size (in bytes)
|
||||
* `safesearch_cache_size` — Safe Search cache size (in bytes)
|
||||
* `parental_cache_size` — Parental Control cache size (in bytes)
|
||||
* `cache_time` — Safe Browsing, Safe Search, Parental Control cache TTL
|
||||
* `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…
Add table
Reference in a new issue