Software solutions to enable WebRTC

You need software that intercepts all browser traffic (including UDP) and sends it through our proxies.

Antidetect browser:

Windows:

  • ProxiFyre + Windows Packet Filter

  • Win2Socks

  • Netch

  • ClashX - Tested, works well (Link to guide)

macOS:

  • ClashX - Tested, works well

  • Proximac (deprecated)

Linux:

  • proxychains-NG + go-tun2socks

  • redsocks-ng

  • Clash CLI

Android:

  • Clash for Android

  • SocksDroid


Example ProxiFyre setup (Windows)

  1. Install Windows Packet Filter: https://github.com/wiresock/ndisapi/releases

  2. Create a configuration file app-config.json with the following contents in the folder with the "ProxiFyre" application: {

    "configs": [{

    "appNames": ["chrome.exe"],

    "socks5ProxyEndpoint": "123.123.123.123:1080",

    "username": "user_proxy",

    "password": "pass_proxy",

    "supportedProtocols": ["TCP", "UDP"]

    }]

    }

  3. Run ProxiFyre.exe as administrator]

Note that "appNames": ["chrome.exe"] is given as an example of what you want to proxy; it can be any other application, not just the Chrome browser itself

Last updated

Was this helpful?