中文 | English
Telegram Discussion & Feedback Group: https://t.me/eooceu
High-performance VLESS+trojan proxy service based on Cloudflare Workers
- 🚀 High-performance proxy based on Cloudflare Workers
- 🌐 Support vless + trojan
- 🔐 Password-protected homepage access
- 📱 Support for multiple clients (v2rayN, shadowrocket, loon, karing, clash, sing-box, etc.)
- 🌐 Automatic failover and load balancing
- 📊 Real-time connection testing and status monitoring
- 🎨 Modern responsive interface
| Variable | Description | Default | Example |
|---|---|---|---|
PASSWORD |
Homepage access password | 123456 |
your_web_password |
| Variable | Description | Default | Example |
|---|---|---|---|
UUID / AUTH / uuid |
User UUID | 5dc15e15-f285-4a9d-959b-0e4fbdd77b63 |
your-uuid-here |
PROXYIP / proxyip / proxyIP |
Proxy server IP list | 13.230.34.30 |
ip1,ip2,ip3 |
SUB_PATH / subpath |
Subscription path | link |
sub |
DISABLE_TROJAN / CLOSE_TROJAN |
disable trojan, set true disable, false enble | false |
Default setting enabled |
-
Login to Cloudflare Dashboard
- Visit Cloudflare Dashboard
- Login to your account
-
Create Worker
- Click "Workers & Pages"
- Click "Create application"
- Select "Create Worker"
- Enter Worker name (avoid keywords like vless, proxy, etc., recommend using default)
-
Upload Code
- Copy
_worker.jsfile content to editor - Click "Deploy" in the top right corner
- Copy
-
Configure Environment Variables
- Find "Settings" → "Variables" in Worker settings
- Add required environment variables and bind custom domain
- Click "Save"
-
Access Custom Domain
- Enter login password to access homepage and view subscription links
GPL 2.0