mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 05:37:38 +03:00
fix: Fix invalid documentation
The comment says that server must support DNSSEC, but it sets require_dnssec = false
This commit is contained in:
parent
02b2dd128c
commit
430bd5d586
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ odoh_servers = false
|
|||
## Require servers defined by remote sources to satisfy specific properties
|
||||
|
||||
# Server must support DNS security extensions (DNSSEC)
|
||||
require_dnssec = false
|
||||
require_dnssec = true
|
||||
|
||||
# Server must not log user queries (declarative)
|
||||
require_nolog = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue