Is there any reliable open source that can proxy UDP traffic such as QUIC?

Viewed 1435

Chrome/Chromium seem to support command line arguments for proxies, from the standard http, https proxies but also supports UDP proxy which is useful to proxy QUIC or HTTP/3 websites such as google own websites.

I could only find:

If Chrome provides the ability to configure an UDP/QUIC/HTTP3 proxy, is there also a squid-like forward proxy that supports UDP and not just TCP as underlying protocol?

1 Answers
Related