Practical consequences#
- Browsers: disable QUIC or accept that HTTP/3 will not be used through the proxy; sites fall back to HTTP/2 over TCP automatically.
- DNS: resolve through the proxy (remote DNS) rather than sending UDP queries locally.
- Streaming and calls: use a VPN-type service; a proxy is the wrong tool.
Why providers skip UDP#
Datagrams cannot be attributed to a session or metered as easily, they are the vector of amplification attacks, and household NATs handle them inconsistently. The cost of supporting them outweighs the demand for web work.
How it works at ProxShift#
ProxShift gateways and dedicated addresses are TCP only: no UDP ASSOCIATE, no BIND, no QUIC. Every HTTP client falls back to HTTP/2 or HTTP/1.1 through the proxy.