mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
Reserve require_nofilter
This commit is contained in:
parent
41a9bf5bf3
commit
b0f6a04dc4
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue