mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 23:51:59 +01:00
Sadly disable query minimization for now
This still occasionally prevents resolution from working properly. Sample test case: A pop.secureserver.net.
This commit is contained in:
parent
e0208fef25
commit
d49b2e745a
@ -49,7 +49,7 @@ server:
|
|||||||
do-not-query-localhost: no
|
do-not-query-localhost: no
|
||||||
prefetch: yes
|
prefetch: yes
|
||||||
prefetch-key: yes
|
prefetch-key: yes
|
||||||
qname-minimisation: yes
|
qname-minimisation: no
|
||||||
ratelimit: 1000
|
ratelimit: 1000
|
||||||
rrset-roundrobin: yes
|
rrset-roundrobin: yes
|
||||||
minimal-responses: yes
|
minimal-responses: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user