mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Add a note about dnsmasq
In the config file, so that it has more visibility than in the doc. Synthetic responses cannot contain NSEC or RRSIG records, and that seems to be confusing dnsmasq.
This commit is contained in:
parent
eedabcbd4a
commit
07e605e9f4
1 changed files with 6 additions and 2 deletions
|
@ -258,11 +258,15 @@ log_files_max_backups = 1
|
|||
# Filters #
|
||||
#########################
|
||||
|
||||
## Note: if you are using dnsmasq, disable the `dnssec` option in dnsmasq if you
|
||||
## configure dnscrypt-proxy to do any kind of filtering (including the filters
|
||||
## below and blacklists).
|
||||
## But you can still choose resolvers that do DNSSEC validation.
|
||||
|
||||
|
||||
## Immediately respond to IPv6-related queries with an empty response
|
||||
## This makes things faster when there is no IPv6 connectivity, but can
|
||||
## also cause reliability issues with some stub resolvers.
|
||||
## Do not enable if you added a validating resolver such as dnsmasq in front
|
||||
## of the proxy.
|
||||
|
||||
block_ipv6 = false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue