Skip to content

Commit

Permalink
For the Tudoor fix, we also need the UDP nameserver to ignore_unexpec…
Browse files Browse the repository at this point in the history
…ted.

(cherry picked from commit 5a441b9)
  • Loading branch information
rthalley committed Feb 16, 2024
1 parent 3af9f78 commit e093299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dns/nameserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def query(
one_rr_per_rrset=one_rr_per_rrset,
ignore_trailing=ignore_trailing,
ignore_errors=True,
ignore_unexpected=True,
)
return response

Expand Down Expand Up @@ -155,6 +156,7 @@ async def async_query(
one_rr_per_rrset=one_rr_per_rrset,
ignore_trailing=ignore_trailing,
ignore_errors=True,
ignore_unexpected=True,
)
return response

Expand Down

0 comments on commit e093299

Please sign in to comment.