Update README.md

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-26 06:02:59 +00:00
parent cf0d9caf9e
commit 7ffa14e183
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------
### 一、多平台优选WARP对端IP脚本 ### 多平台优选WARP对端IP脚本
``` ```
curl -sSL https://gitlab.com/rwkgyg/CFwarp/raw/main/point/endip.sh -o endip.sh && chmod +x endip.sh && ./endip.sh 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 wget -N https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh && bash CFwarp.sh
``` ```