How do I configure WebRTC to work with NetDetour?
WebRTC is supported, but it must be configured correctly. By default, WebRTC uses UDP, but it can fall back to TCP when UDP is unavailable. To enforce this, you should add a "Block UDP" rule that applies to your web browser. This rule must precede your browser’s "Proxy" rule. This setup forces WebRTC to use TCP, which is necessary for it to work through the proxy and prevent leaks.
Was this article helpful?