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

@ -28,7 +28,10 @@ listen_addresses = ["127.0.0.1:53", "[::1]:53"]
require_dnssec = false
# 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)