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:
- https://github.com/liudanking/quic-proxy which had poor performance & has just chinese docs
- https://devsisters.github.io/goquic/ and a reverse proxy from also from korean group devsisters
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?