Skip to content

Release v0.45.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 12:51

Added

  • DNS-over-HTTP/3 support for the upstreams. Run dnsproxy with --http3 flag to enable DoH3 automatic support. In this case dnsproxy will choose automatically between HTTP/2 and HTTP/3 depending on which probe connection was faster. Alternatively, you can specify h3:// scheme to force HTTP/3.

  • DNS-over-HTTP/3 support for the server-side. Run dnsproxy with --http3 flag to enable DoH3 support. In this case it will listen for both DoH2 and DoH3 requests.

  • Added 0-RTT support to the DoQ upstream implementation.

Changed

  • Several general stability improvements in the DoQ upstream.