packets -> client queries

This commit is contained in:
Frank Denis 2020-03-26 17:25:52 +01:00
parent 74095d38ed
commit 3ca80afb19
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ cache_neg_max_ttl = 600
# truncate reponses larger than questions as expected by the DNSCrypt protocol.
# 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.
#
# The list below enables workarounds to make non-relayed usage more reliable