Skip to content

Commit

Permalink
Fix the ignored bootstrap_address for DoHNameserver in async query (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
URenko committed Nov 29, 2023
1 parent 4e7b462 commit fe48d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dns/nameserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ async def async_query(
request,
self.url,
timeout=timeout,
bootstrap_address=self.bootstrap_address,
one_rr_per_rrset=one_rr_per_rrset,
ignore_trailing=ignore_trailing,
)
Expand Down

0 comments on commit fe48d61

Please sign in to comment.