Skip to content

Commit e09e761

Browse files
committed
docs: correct UDP over SOCKS5 limitation for per-context policy
1 parent a7048b9 commit e09e761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/network/UDP_OVER_SOCKS5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const page = await ctx.newPage();
147147
## Limitations
148148

149149
- **Proxy must support UDP ASSOCIATE.** Not all SOCKS5 proxies support UDP. Check with your provider. HTTP and HTTPS proxies do not support UDP tunneling.
150-
- **Browser-level setting.** UDP proxy support applies at the browser level and cannot be configured per-context independently.
150+
- **Proxy transport stays browser-level.** The SOCKS5 UDP association is negotiated per proxy route. `--bot-udp-proxy` controls whether a context uses UDP proxying and HTTP/3, and applies only to profiles that carry the UDP entitlement.
151151
- **QUIC control.** Use `--disable-quic` when your workload should avoid QUIC/HTTP/3. This does not disable WebRTC.
152152
- **Performance.** UDP-over-SOCKS5 adds latency compared to direct UDP. For latency-sensitive WebRTC applications, this trade-off favors privacy over raw speed.
153153

0 commit comments

Comments
 (0)