]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Implement xfr() in terms of inbound_xfr(). (#1062)
authorBrian Wellington <bwelling@xbill.org>
Thu, 29 Feb 2024 23:19:58 +0000 (15:19 -0800)
committerGitHub <noreply@github.com>
Thu, 29 Feb 2024 23:19:58 +0000 (15:19 -0800)
commit18b7473e6bd9b5c46753b005db8c85ffcde1f248
tree3753d5869e4e26462ca51e403c7b69d4ca1c838c
parente9d58f27a8ededf5764cae170b4c8dc3c2e9a308
Implement xfr() in terms of inbound_xfr(). (#1062)

This moves the implementation of inbound_xfr() to an internal generator
function, and implements both inbound_xfr() and xfr() using it.
dns/query.py