1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2025-01-01 00:57:32 +01:00

packets -> client queries

This commit is contained in:
Frank Denis 2020-03-26 17:25:52 +01:00
parent 74095d38ed
commit 3ca80afb19

View File

@ -626,7 +626,7 @@ cache_neg_max_ttl = 600
# truncate reponses larger than questions as expected by the DNSCrypt protocol. # truncate reponses larger than questions as expected by the DNSCrypt protocol.
# This prevents large responses from being received over UDP and over relays. # This prevents large responses from being received over UDP and over relays.
# #
# The `dnsdist` server software drops incoming packets larger than 1500 bytes. # The `dnsdist` server software drops client queries larger than 1500 bytes.
# They are aware of it and are working on a fix. # They are aware of it and are working on a fix.
# #
# The list below enables workarounds to make non-relayed usage more reliable # The list below enables workarounds to make non-relayed usage more reliable