cf-proxy

Solid

Deploy a free VLESS proxy/VPN node on Cloudflare Pages using edgetunnel. Automates code download, UUID generation, Pages deployment, free domain registration (DNSExit), DNS configuration, custom domain binding, and client setup for Shadowrocket/v2rayN/Clash. Uses Cloudflare Pages (not Workers) because Pages supports CNAME-based custom domains from any DNS provider, avoiding the need to host DNS on Cloudflare.

AI & Automation 3,047 stars 377 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cloudflare Proxy (cf-proxy) Deploy a free VLESS proxy node on Cloudflare Pages + edgetunnel, with WebSocket over TLS through Cloudflare's global CDN. ## When to Use This Skill - Setting up a free proxy/VPN node on Cloudflare - Deploying edgetunnel to Cloudflare Workers or Pages - Building a VLESS/Trojan/Shadowsocks proxy on Cloudflare's free tier - Configuring a custom domain for a Cloudflare proxy to bypass SNI blocking - Managing, updating, or troubleshooting an existing Cloudflare proxy node - Registering a free domain for proxy use ## What This Skill Does 1. **Downloads edgetunnel** — fetches the worker code from GitHub (cmliu/edgetunnel, 30k+ stars) 2. **Generates credentials** — creates UUID for VLESS authentication and admin password 3. **Deploys to Cloudflare Pages** — not Workers, because Pages supports CNAME-based custom domains 4. **Registers a free domain** — via DNSExit (free 2-year second-level domains like `*.linkpc.net`) 5. **Configures DNS** — creates CNAME record pointing subdomain to `*.pages.dev` 6. **Binds custom domain** — attaches the domain to the Cloudflare Pages project 7. **Verifies and configures** — tests the node and provides client configuration ## How to Use ### Basic Usage ``` Help me set up a free Cloudflare proxy node ``` ``` /cf-proxy ``` ### With Specific Requirements ``` Deploy a VLESS proxy on Cloudflare using my domain example.com ``` ``` Fix my Cloudflare proxy — Shadowrocket can't connect ``` ## Architecture ``` Client...

Details

Author
davepoon
Repository
davepoon/buildwithclaude
Created
10 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category