Reserve require_nofilter

This commit is contained in:
Frank Denis 2018-01-18 13:04:50 +01:00
parent 41a9bf5bf3
commit b0f6a04dc4
1 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@ require_dnssec = false
# Server must not log user queries # Server must not log user queries
require_nolog = true require_nolog = true
# Server must not enforce its own blacklist (for parental control, ads blocking...)
require_nofilter = true
## Whether to the server as a background process (linux only) ## Whether to the server as a background process (linux only)
## Do not set to true if you are using systemd ## Do not set to true if you are using systemd