dnsdist has been fixed

This commit is contained in:
Frank Denis 2020-11-30 14:31:30 +01:00
parent f5827520d8
commit df8cfe3f3c
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.