add cloudflared tunnel

This commit is contained in:
zizifn
2022-04-04 22:39:10 +08:00
committed by zizifn
parent 024e674aa9
commit 46cd99cb4e

View File

@@ -120,13 +120,13 @@ addEventListener("fetch", (event) => {
});
```
为 worker 选择速度更快的 IP。
https://github.com/badafans/better-cloudflare-ip
## 建立 cloudflare tunnel (可选)
项目集成 cloudflare tunnel 在配置 Secrets `HEROKU_TUNNEL_TOKEN` 之后生效。具体怎么配置,请查看 [cloudflare tunnel](./cloudflared-tunnel.md)。
为 worker 选择速度更快的 IP。
https://github.com/badafans/better-cloudflare-ip
## 使用 Environments 实现 多账户/多app Secrets 管理
文档介绍: https://docs.github.com/en/actions/deployment/using-environments-for-deployment