Software Solutions for Enabling WebRTC

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

Antidetect browser:

Windows:

  • ProxiFyre + Windows Packet Filter

  • Win2Socks

  • Netch

  • ClashX - Tested - works well. (Setup guide)

macOS:

  • ClashX - Tested - works well.

  • Proximac (old)

Linux:

  • proxychains-NG + go-tun2socks

  • redsocks-ng

  • Clash CLI

Android:

  • Clash for Android

  • SocksDroid


Ex. setup ProxiFyre (Windows)

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

  2. In the folder with the ProxiFyre application, create a configuration file named app-config.json with the following content: {

    "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: "appNames": ["chrome.exe"] is used as an example of the application you want to proxy. You can specify any other application, not just the Chrome browser.

Last updated

Was this helpful?