[UPSTREAM] - dnsdist has been fixed

df8cfe3f3c
This commit is contained in:
quindecim 2020-11-30 18:12:46 -05:00
parent 454d47e696
commit 481c1eb505
1 changed files with 3 additions and 2 deletions

View File

@ -673,8 +673,9 @@ 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 client queries larger than 1500 bytes.
# They are aware of it and are working on a fix.
# Older versions of the `dnsdist` server software had a bug with queries larger
# than 1500 bytes. This is fixed since `dnsdist` version 1.5.0, but
# some server may still run an outdated version.
#
# The list below enables workarounds to make non-relayed usage more reliable
# until the servers are fixed.