UDP Proxy Support
anyIP proxies support UDP (User Datagram Protocol), enabling advanced use cases like HTTP/3, QUIC, and modern streaming protocols.
๐ต๏ธโโ๏ธ 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).