Update README.md

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-29 04:43:17 +00:00
parent 3d76e62c55
commit 5a4a8ee44e
1 changed files with 8 additions and 8 deletions

View File

@ -1,19 +1,19 @@
### CFwarp脚本相关说明请查看[甬哥博客](https://ygkkk.blogspot.com/2022/09/gitlabcfwarpwarpwarp.html)
### 相关说明及注意点请查看[warp系列视频说明](https://www.youtube.com/playlist?list=PLMgly2AulGG-WqPXPkHlqWVSfQ3XjHNw8)
------------------------------------------------------------------------------------------------------------------------------
### 多平台优选WARP对端IP脚本
```
curl -sSL https://gitlab.com/rwkgyg/CFwarp/raw/main/point/endip.sh -o endip.sh && chmod +x endip.sh && ./endip.sh
```
------------------------------------------------------------------------------------------------------------------------------
#### vps一键脚本
```
wget -N https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh && bash CFwarp.sh
```
----------------------------------------------------------------------------------------------------------------------
### 多平台优选WARP对端IP脚本
```
curl -sSL https://gitlab.com/rwkgyg/CFwarp/raw/main/point/endip.sh -o endip.sh && chmod +x endip.sh && ./endip.sh
```
-------------------------------------------------------------------------------------------------------------------------
#### 感谢WGCF源项目代码地址https://github.com/ViRb3/wgcf
#### 感谢CoiaPrantWARP-GO源项目代码地址https://gitlab.com/ProjectWARP/warp-go
#### 相关功能参考来源: [P3terx](https://github.com/P3TERX/warp.sh)、[fscarmen](https://github.com/fscarmen/warp)、不愿意透露ID的热心网友提供的endpoint优选IP脚本及程序