]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Fix the ignored bootstrap_address for DoHNameserver in async query (#1018)
authorURenko <18209292+URenko@users.noreply.github.com>
Wed, 29 Nov 2023 13:29:17 +0000 (13:29 +0000)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 13:29:17 +0000 (05:29 -0800)
dns/nameserver.py

index 5910139ed4d800773689f3de000e1480cf3eff54..2639efa35e06e68980f7fce9b5d5147c3ff7da1f 100644 (file)
@@ -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,
         )