| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Chain any number of proxies into a single Xray-core / V2Ray config — any protocol to any protocol.
Your Device → Hop 1 → Hop 2 → … → Hop N → Internet
VLESS / VMess / Trojan / SS / SOCKS
Available as a Windows app, Android APK, and Web app.
Go to the Releases page and download:
| Platform | File |
|---|---|
| Windows | ProxyChainer-Windows.zip |
| Android | ProxyChainer-Android.apk |
Paste proxy URLs into hop fields — ProxyChainer generates a ready-to-use JSON config that chains them together using Xray's dialerProxy. Supports VLESS, VMess, Trojan, Shadowsocks, and SOCKS.
Overview.mp4
Both Single and Group modes output a JSON array:
[
{
"remarks": "Hop1Name → Hop2Name → Hop3Name",
"log": { "loglevel": "warning" },
"outbounds": [ ... ],
"routing": { ... }
}
]Group mode saves one file containing all generated configs:
[
{ "remarks": "Server A → Proxy 1", ... },
{ "remarks": "Server A → Proxy 2", ... },
{ "remarks": "Server B → Proxy 1", ... }
]| Back | FazBrowse Home | New Git URL |