// the find
zizifn/edgetunnel
Running V2ray inside edge/serverless runtime
A Cloudflare Worker that runs VLESS/V2Ray proxy protocol inside the Workers runtime, letting you use a free CF account as a proxy endpoint. Primarily used to circumvent network censorship. The 47k forks versus 8.9k stars ratio tells you exactly who the audience is and how they share it.
Runs entirely on Cloudflare's free tier, so there's no server to maintain or pay for. The core implementation fits in a single JS file, making it auditable without archaeology. WebSocket transport over HTTPS means it looks like normal traffic to most DPI systems. Has a companion client config generator so you're not hand-editing JSON.
The README is empty — no setup docs, no security warnings, nothing. All knowledge lives in forks, Telegram groups, and blog posts in Chinese. The project hasn't been touched since November 2024 and Cloudflare has been actively breaking these use cases, so expect breakage without notice. The experimental SOCKS5 variant is a single file with zero tests and no indication of whether it's production-safe. This is not something you'd build a product on top of.