edgetunnel is a modified version of a serverless tunnelling solution designed to run on platforms like Cloudflare Workers and Pages, enabling protocols such as VLESS and Trojan to be exposed through edge-functions rather than traditional servers. The project’s fork by cmliu emphasizes conversion of protocol configuration (especially VLESS) into subscription links, so that users can deploy and then generate “Clash” or “Sing-box” compatible subscription content easily. It provides a streamlined way to host proxy endpoints without managing a full server stack, instead leveraging the edge network of Cloudflare for distribution and potential performance. Because it runs at the edge, latency can be minimized and deployment complexity simplified; users supply configuration variables (host, port, UUID, path) and the script handles mapping to technical protocols and subscription formatting.
Features
- Edge-worker based deployment of protocols like VLESS/Trojan on Cloudflare Workers or Pages
- Conversion of raw protocol config into subscription link formats (Clash, Sing-box)
- Self-hosted setup with simple variable configuration (HOST, UUID, PATH etc)
- Edge delivery enabling low-latency proxy endpoints without full server management
- Script modifications to show VLESS config details in a readable way
- Supports multi-protocol tunnelling and custom path or query parameter routing