Skip to content

Commit

Permalink
Recollect repository, Refactor HTML and JSON configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Jan 20, 2024
1 parent 395cdf9 commit 921ee34
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
Binary file added CDN优选域名V23.8.18(电脑win64).exe
Binary file not shown.
Binary file added CF优选反代IP.zip
Binary file not shown.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## Cloudflare-workers/pages代理脚本

### 方案一支持workers部署:实现vless+ws+tls与vless+ws两种代理节点

### 方案二支持pages部署:仅实现vless+ws+tls代理节点

### 详细说明教程请参考[甬哥博客及视频教程](https://ygkkk.blogspot.com/2023/07/cfworkers-vless.html)
--------------------------------
### CF vless代码默认修改内容

1、UUID必须自定义

2、proxyIP已更新支持chatgpt的IP,可直接使用(使用人数过多,不定时失效),可自定义

3、伪装网页已更新为微软www.bing.com,可自定义

4、重点对workers与pages、有域名与无域名,这4种情况下的节点分享做了优化显示,方便小白们理解操作

---------------------------------
### CF-CDN优选域名一键脚本,苹果安卓手机平板专用,(请参考教程,在本地网络环境下运行):
```
curl -sSL https://gitlab.com/rwkgyg/CFwarp/raw/main/point/CFcdnym.sh -o CFcdnym.sh && chmod +x CFcdnym.sh && bash CFcdnym.sh
```
------------------------------------------------------------------------
### CF-优选反代IP一键脚本,苹果安卓手机平板专用,(请参考教程,在本地网络环境下运行):
```
curl -sSL https://gitlab.com/rwkgyg/CFwarp/raw/main/point/cfip.sh -o cfip.sh && chmod +x cfip.sh && bash cfip.sh
```

-------------------------------------------------------------
### 感谢你右上角的star🌟
[![Stargazers over time](https://starchart.cc/yonggekkk/Cloudflare-workers-pages-vless.svg)](https://starchart.cc/yonggekkk/Cloudflare-workers-pages-vless)
------------------------------------------------------------------------
### 感谢:CF-vless代码作者[3Kmfi6HP](https://github.com/3Kmfi6HP/EDtunnel) CF优选IP程序作者[badafans](https://github.com/badafans/Cloudflare-IP-SpeedTest)[XIU2](https://github.com/XIU2/CloudflareSpeedTest)

---------------------------------------
#### 声明:

#### 其中一键脚本使用base64加密,可自行解密,介意者请勿使用,[加密原因在此](https://ygkkk.blogspot.com/2022/06/github.html)

#### 所有代码来源于Github社区与ChatGPT的整合;如您需要开源代码,请提Issues留下您的联系邮箱
Loading

0 comments on commit 921ee34

Please sign in to comment.