Beta FeatureUDP support is currently in beta. To enable UDP for your account, please contact support through the dashboard.
π΅οΈββοΈ Enhanced Stealth
Using UDP proxies significantly improves your stealth profile. Modern browsers and apps increasingly rely on UDP-based protocols (like QUIC/HTTP3).- Blend In: Most real residential traffic uses QUIC. If you force TCP-only (HTTP/1.1 or HTTP/2), your traffic pattern looks distinct from regular users.
- Modern Footprint: Supporting UDP makes your bot or scraper indistinguishable from a standard Chrome or mobile user.
π How UDP Support Works
Unlike TCP, which is connection-oriented, UDP is connectionless and often used for speed-critical applications (VoIP, gaming, streaming).- Protocol: UDP is supported ONLY via SOCKS5.
- Port: Same port as TCP (
1080). - Authentication: Standard username/password authentication works for UDP.
π How to Test UDP Compatibility
The best way to test if your setup is correctly tunnelling UDP traffic is to check for HTTP/3 (QUIC) support, which runs exclusively over UDP.Step-by-Step Test
- Configure your browser or client to use our proxy via SOCKS5.
- Visit this test page: https://cloudflare-quic.com/
- Check the result:
- Success: You see the message: βyour browser used HTTP/3β.
- Failure: You see: βyour browser used HTTP/1.1β or βHTTP/2β.
Why am I seeing HTTP/1.1 or HTTP/2?
If the test page shows HTTP/1.1 or HTTP/2, it means your connection is falling back to TCP. This usually happens because:- Your proxy client is configured for
HTTPinstead ofSOCKS5. - Your software/browser does not support UDP Associate (the SOCKS5 command for UDP).
- The target website has not advertised HTTP/3 support yet (unlikely for the test page).