# zizifn/edgetunnel

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/zizifn-edgetunnel).**

8,289 stars · 41,721 forks · JavaScript · gpl-2.0

## Links

- GitHub: https://github.com/zizifn/edgetunnel
- awesome-repositories: https://awesome-repositories.com/repository/zizifn-edgetunnel.md

## Topics

`cloudflare-workers` `edgefunctions` `v2ray` `v2ray-cloudflare` `v2ray-edge` `v2ray-js` `v2ray-nodejs` `v2ray-serverless` `v2ray-worker`

## Description

Edgetunnel is a serverless network proxy and VLESS proxy implementation designed to run on Cloudflare Workers. It functions as a VPN proxy that routes network traffic through edge computing platforms to provide an anonymized gateway for outbound internet requests.

The project focuses on internet censorship circumvention and the bypass of network restrictions. It utilizes serverless proxy routing to mask original traffic sources and navigate regional filters or firewalls.

The system manages traffic through serverless-based proxy tunneling, using WebSocket-based stream forwarding and protocol-agnostic data piping to relay information between clients and remote targets. It employs dynamic host resolution to route traffic to various destination servers at the network edge.

## Tags

### Networking & Communication

- [Censorship Circumvention Tools](https://awesome-repositories.com/f/networking-communication/censorship-circumvention-tools.md) — Bypasses internet filtering and censorship by tunneling network traffic through distributed cloud infrastructure.
- [Cloudflare Worker Proxies](https://awesome-repositories.com/f/networking-communication/cloudflare-worker-proxies.md) — Implements a proxy server on Cloudflare Workers to route traffic and bypass regional censorship.
- [Traffic Routing Proxies](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-infrastructure-configuration/network-infrastructure/traffic-routing-proxies.md) — Directs network traffic through intermediary serverless nodes to bypass regional restrictions and access blocked content. ([source](https://github.com/zizifn/edgetunnel/blob/main/package.json))
- [Geographic Restriction Bypasses](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-infrastructure-configuration/network-management/proxy-tunneling-clients/geographic-restriction-bypasses.md) — Bypasses geographic and network restrictions by routing traffic through a serverless runtime.
- [Proxy Protocol Implementations](https://awesome-repositories.com/f/networking-communication/proxy-protocol-implementations.md) — Implements the VLESS protocol for secure and stealthy traffic routing through edge computing platforms.
- [Serverless Tunnels](https://awesome-repositories.com/f/networking-communication/proxy-tunnels/serverless-tunnels.md) — Routes network traffic through cloud-native serverless functions to mask origin identities and bypass restrictions.
- [Edge Proxies](https://awesome-repositories.com/f/networking-communication/request-proxies/edge-proxies.md) — Processes incoming proxy requests at the network edge to minimize latency and distribute traffic globally.
- [Serverless Network Interception](https://awesome-repositories.com/f/networking-communication/serverless-network-interception.md) — Provides an anonymized gateway for outbound requests by implementing a proxy within a serverless runtime.
- [Protocol-Agnostic Processing](https://awesome-repositories.com/f/networking-communication/binary-protocols/protocol-agnostic-processing.md) — Relays raw binary data packets between clients and targets without inspecting or modifying the payload.
- [Dynamic Host Resolution](https://awesome-repositories.com/f/networking-communication/dynamic-host-resolution.md) — Implements runtime resolution of remote target addresses to enable flexible traffic routing.
- [Network Traffic Proxying](https://awesome-repositories.com/f/networking-communication/network-reliability-diagnostics/network-filtering/ip-address-filters/network-traffic-proxying.md) — Provides a private proxy system using a serverless backend to route traffic and avoid IP-based blocking.
- [Proxy Routing Services](https://awesome-repositories.com/f/networking-communication/proxy-routing-services.md) — Uses serverless functions as a proxy layer to mask original traffic sources and route requests.
- [WebSocket to Stream Bridges](https://awesome-repositories.com/f/networking-communication/websocket-to-stream-bridges.md) — Encapsulates TCP data streams within WebSocket frames to maintain persistent connections over serverless runtimes.
