]> git.ipfire.org Git - thirdparty/dnspython.git/commit
DNS-over-HTTP3 (#1048)
authorBob Halley <halley@dnspython.org>
Sat, 24 Feb 2024 13:33:57 +0000 (05:33 -0800)
committerGitHub <noreply@github.com>
Sat, 24 Feb 2024 13:33:57 +0000 (05:33 -0800)
commite9d58f27a8ededf5764cae170b4c8dc3c2e9a308
tree0d0e4109a0d57b63ec6ad60f13d88224fc42e735
parent6695d80786397a11415f889c5b1f5f64fd8b3522
DNS-over-HTTP3 (#1048)

* Implement DNS-over-HTTP3 using aioquic directly.

* Add h3 support for DoHNameserver.
dns/asyncquery.py
dns/nameserver.py
dns/query.py
dns/quic/__init__.py
dns/quic/_asyncio.py
dns/quic/_common.py
dns/quic/_sync.py
dns/quic/_trio.py
tests/test_async.py
tests/test_doh.py