]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add basic DDR support. (#919)
authorBob Halley <halley@dnspython.org>
Fri, 7 Apr 2023 13:44:22 +0000 (06:44 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 13:44:22 +0000 (06:44 -0700)
commit7017bb55565df81aec30a5e9f86b2b193b0315e4
tree5cbc2bcf91eb6ef3945350a8a6e569d56937599f
parent579974f5522fdce4a5a8a125daa25cc4db23c4b3
Add basic DDR support. (#919)

* Add basic DDR support.
13 files changed:
dns/_asyncbackend.py
dns/_asyncio_backend.py
dns/_ddr.py [new file with mode: 0644]
dns/_trio_backend.py
dns/asyncresolver.py
dns/nameserver.py
dns/rdtypes/svcbbase.py
dns/resolver.py
doc/async-resolver-functions.rst
doc/resolver-functions.rst
doc/whatsnew.rst
examples/ddr.py [new file with mode: 0644]
tests/test_ddr.py [new file with mode: 0644]