]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.
authorBob Halley <halley@dnspython.org>
Fri, 16 Feb 2024 13:47:35 +0000 (05:47 -0800)
committerBob Halley <halley@dnspython.org>
Fri, 16 Feb 2024 13:47:35 +0000 (05:47 -0800)
dns/nameserver.py

index 030057b65005da1db1ee682ecb4897cc80875432..5dbb4e8baf00a4086f54ee6b796de6a89e462fb2 100644 (file)
@@ -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