Reserve require_nofilter
This commit is contained in:
parent
41a9bf5bf3
commit
b0f6a04dc4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue