Software Solutions for Enabling WebRTC
You need software that intercepts all browser traffic (including UDP) and routes it through our proxies.
Antidetect browser:
Vision - Supports WebRTC forwarding, but QUIC is comming. (Setup guide)
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)
Install Windows Packet Filter: https://github.com/wiresock/ndisapi/releases
Download ProxiFyre: https://github.com/wiresock/proxifyre/releases
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"]
}]
}
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?