Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ansoncloud8 authored Aug 30, 2024
1 parent b55d57d commit fb49b17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</details>

## Pages GitHub 部署方法
1. 部署 Cloudflare Pages:
1. 部署 Cloudflare Pages:[视频教程](https://youtu.be/6lhFb4hYTYw)
- 在 Github 上先 Fork 本项目,并点上 Star !!!
- 在 Cloudflare Pages 控制台中选择 `连接到 Git`后,选中 `am-tunnel`项目后点击 `开始设置`
-`设置构建和部署`页面下方,选择 `环境变量(高级)`后并 `添加变量`
Expand All @@ -93,7 +93,7 @@
- 例如 `https://vless.google.workers.dev/90cd4a77-141a-43c9-991b-08263cfe9c10?clash` Clash订阅格式,适用OpenClash等。
- 例如 `https://vless.google.workers.dev/90cd4a77-141a-43c9-991b-08263cfe9c10?singbox` singbox订阅格式,适用singbox等。

3. 给 Pages绑定 CNAME自定义域:[视频教程](https://www.youtube.com/watch?v=8oZvklBkMj4)
3. 给 Pages绑定 CNAME自定义域:
- 在 Pages控制台的 `自定义域`选项卡,下方点击 `设置自定义域`
- 填入你的自定义次级域名,注意不要使用你的根域名,例如:
您分配到的域名是 `google.com`,则添加自定义域填入 `vless.google.com`即可;
Expand All @@ -105,9 +105,9 @@
## 变量说明
| 变量名 | 示例 | 必填 | 备注 | YT |
|-----|-----|-----|-----|-----|
| UUID | 90cd4a77-141a-43c9-991b-08263cfe9c10 || [在线获取UUID](https://1024tools.com/uuid)| [Video](https://www.youtube.com/watch?v=8oZvklBkMj4) |
| PROXYIP | cdn-b100.xn--b6gac.eu.org || 备选作为访问CloudFlareCDN站点的代理节点(支持多ProxyIP, ProxyIP之间使用`,`或 换行 作间隔) | [Video](https://youtu.be/CiSdaNOCyOk) |
| SOCKS5 | user:password@127.0.0.1:1080 || 优先作为访问CFCDN站点的SOCKS5代理 | |
| UUID | 90cd4a77-141a-43c9-991b-08263cfe9c10 || [在线获取UUID](https://1024tools.com/uuid)| |
| PROXYIP | cdn-b100.xn--b6gac.eu.org || 备选作为访问CloudFlareCDN站点的代理节点(支持多ProxyIP, ProxyIP之间使用`,`或 换行 作间隔) | [Video](https://youtu.be/pKrlfRRB0gU) |
| SOCKS5 | user:password@127.0.0.1:1080 || 优先作为访问CFCDN站点的SOCKS5代理 |[Video](https://youtu.be/Bw82BH_ecC4) |
| ADD | `icook.tw:2053#官方优选域名` || 本地优选TLS域名/优选IP(支持多元素之间`,`或 换行 作间隔) ||
| ADDAPI | [https://raw.github.../addressesapi.txt](https://raw.githubusercontent.com/amclubs/am-cf-tunnel/main/ipv4.txt) || 优选IP的API地址(支持多元素之间`,`或 换行 作间隔) ||
| ADDCSV | [https://raw.github.../addressescsv.csv](https://raw.githubusercontent.com/amclubs/am-cf-tunnel/main/ipv4.csv) || iptest测速结果(支持多元素, 元素之间使用`,`作间隔) ||
Expand Down

0 comments on commit fb49b17

Please sign in to comment.