]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace dnspython resolver.query() with resolver.resolve()
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Mar 2023 14:11:59 +0000 (15:11 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 4 Apr 2023 14:27:31 +0000 (16:27 +0200)
commitf38860d561be76073c9ea2ecfa285d2792b96dc0
treeafbba2f9bed78e921392ec8ae1a71695eae33425
parente793fcefc7fd500dfa9bd52a81b2bc42f3e9767f
Replace dnspython resolver.query() with resolver.resolve()

The resolver.query() has been deprecated in favor of resolver.resolve();
used that.

(cherry picked from commit 3b1756d45012a66f08693c17145a8484ec68bd47)
bin/tests/system/dnstap/tests_dnstap.py
bin/tests/system/rpzextra/tests_rpz_passthru_logging.py
bin/tests/system/shutdown/tests_shutdown.py