3分钟自建,CF+爱菊痛 | 3-minute self-build, CF + Edgetunnel
现在最香的玩法,就是把 Cloudflare 当“免费高速公路”,GitHub 当“仓库管理员”,再让 edgetunnel 当“交通指挥”。不用买服务器、不用折腾运维,大多数时候都能稳定工作。唯一的小脾气是免费服务偶尔会“请个假”,所以多备一个方案,就像带把备用雨伞一样安心。
Think of Cloudflare as a free global highway, GitHub as the warehouse manager, and edgetunnel as the traffic controller. No VPS, no heavy maintenance, and surprisingly smooth for daily use. The only catch? Free services sometimes take an unexpected coffee break. Keeping a backup setup is like carrying an extra umbrella—rarely needed, but very comforting.
超详细保姆级步骤/Super Detailed Step-by-Step:
1.注册账号 / Register Accounts
准备好 GitHub 账号 和 Cloudflare 账号(邮箱就能注册)
Get a GitHub account and a Cloudflare account (email only)
2.Fork 项目 / Fork edgetunnel
打开github 爱菊痛,点右上角 Fork 到自己仓库
3.连接 Cloudflare Pages / Connect to Cloudflare Pages
登录 Cloudflare → Pages → Connect to GitHub → 选中你刚 Fork 的仓库
Cloudflare Dashboard → Pages → Connect to GitHub → Select your forked repo.
4.部署项目 / Deploy
框架选 Pages,直接点 Deploy(不用改任何设置)
Choose Pages framework and click Deploy (no changes needed).
5.获得部署地址 / Get Your Site
部署成功后,你会得到类似 https://xxxx.pages.dev 的地址
After deployment, you’ll receive something like https://xxxx.pages.dev.
6.进入管理后台 / Access Admin Panel
访问 https://xxxx.pages.dev/admin 配置 UUID、节点名称、优选IP
Visit https://xxxx.pages.dev/admin to set UUID, node name, and preferred IPs.
7.生成订阅链接 / Generate Subscription
访问 https://xxxx.pages.dev/sub 即可得到订阅地址
Visit https://xxxx.pages.dev/sub to get your subscription link.
8.Python 批量生成 UUID / Python UUID Generator
import uuid
for i in range(5):
print(uuid.uuid4())
运行这段代码,瞬间生成5个新鲜UUID,随便复制粘贴用
9.导入客户端,就能丝滑使用啦 / Import to Client, then start using it
相关链接(relative links)
https://github.com
https://www.cloudflare.com
https://dash.cloudflare.com
https://www.back4app.com
https://github.com/SagerNet/sing-box
https://github.com/cmliu/edgetunnel
https://github.com/yonggekkk/Cloudflare-vless-trojan
https://github.com/amclubs/am-cf-tunnel
https://github.com/2dust/v2rayN
Comments
Post a Comment