Merge: + added description for new cache settings

* commit '1dd53da3fbcd92d58f835fe69b873d72fbb6dd07':
  + added description for new cache settings
Simon Zolin 2019-09-03 17:14:26 +03:00
commit 49f37b30f8

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