From: URenko <18209292+URenko@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:29:17 +0000 (+0000) Subject: Fix the ignored bootstrap_address for DoHNameserver in async query (#1018) X-Git-Tag: v2.5.0rc1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe48d61feda8310a298923b037ef566f9df9ebce;p=thirdparty%2Fdnspython.git Fix the ignored bootstrap_address for DoHNameserver in async query (#1018) --- diff --git a/dns/nameserver.py b/dns/nameserver.py index 5910139e..2639efa3 100644 --- a/dns/nameserver.py +++ b/dns/nameserver.py @@ -215,6 +215,7 @@ class DoHNameserver(Nameserver): request, self.url, timeout=timeout, + bootstrap_address=self.bootstrap_address, one_rr_per_rrset=one_rr_per_rrset, ignore_trailing=ignore_trailing, )