From: Bob Halley Date: Fri, 16 Feb 2024 13:47:35 +0000 (-0800) Subject: For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected. X-Git-Tag: v2.7.0rc1~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a441b9854425c4e23abb8f91973361fe8401e33;p=thirdparty%2Fdnspython.git For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected. --- diff --git a/dns/nameserver.py b/dns/nameserver.py index 030057b6..5dbb4e8b 100644 --- a/dns/nameserver.py +++ b/dns/nameserver.py @@ -116,6 +116,7 @@ class Do53Nameserver(AddressAndPortNameserver): one_rr_per_rrset=one_rr_per_rrset, ignore_trailing=ignore_trailing, ignore_errors=True, + ignore_unexpected=True, ) return response @@ -155,6 +156,7 @@ class Do53Nameserver(AddressAndPortNameserver): one_rr_per_rrset=one_rr_per_rrset, ignore_trailing=ignore_trailing, ignore_errors=True, + ignore_unexpected=True, ) return response