forked from bia-pain-bache/BPB-Worker-Panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recollect repository, Refactor HTML and JSON configs.
- Loading branch information
1 parent
395cdf9
commit 921ee34
Showing
4 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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🌟 | ||
[](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留下您的联系邮箱 |
Oops, something went wrong.