Release v0.45.0
Added
-
DNS-over-HTTP/3 support for the upstreams. Run
dnsproxywith--http3flag to enable DoH3 automatic support. In this casednsproxywill choose automatically between HTTP/2 and HTTP/3 depending on which probe connection was faster. Alternatively, you can specifyh3://scheme to force HTTP/3. -
DNS-over-HTTP/3 support for the server-side. Run
dnsproxywith--http3flag 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.