#0 upadte README.md
This commit is contained in:
39
README.md
39
README.md
@@ -1,11 +1,30 @@
|
|||||||
# vps
|
# vps脚本
|
||||||
vps脚本
|
|
||||||
|
## 国内服务器
|
||||||
|
|
||||||
|
- v2raya.sh
|
||||||
|
|
||||||
|
```sh
|
||||||
|
bash <(curl -fsSL https://gitea.tohub.top/Share/script/raw/branch/main/v2raya.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
## 初始化
|
||||||
|
|
||||||
- vps_init.sh
|
- vps_init.sh
|
||||||
```sh
|
```sh
|
||||||
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/vps_init.sh && chmod +x vps_init.sh && ./vps_init.sh
|
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/vps_init.sh && chmod +x vps_init.sh && ./vps_init.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 内网穿透
|
||||||
|
|
||||||
|
- frpc.sh
|
||||||
|
|
||||||
|
```sh
|
||||||
|
bash <(curl -fsSL https://gitea.tohub.top/Share/script/raw/branch/main/frpc.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
## VPN
|
||||||
|
|
||||||
- xray-manager.sh
|
- xray-manager.sh
|
||||||
```sh
|
```sh
|
||||||
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/xray-manager.sh && chmod +x xray-manager.sh && ./xray-manager.sh
|
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/xray-manager.sh && chmod +x xray-manager.sh && ./xray-manager.sh
|
||||||
@@ -16,20 +35,10 @@ curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/xray-manager.sh
|
|||||||
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/ss2022-manager.sh && chmod +x ss2022-manager.sh && ./ss2022-manager.sh
|
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/ss2022-manager.sh && chmod +x ss2022-manager.sh && ./ss2022-manager.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 动态代理
|
||||||
|
|
||||||
|
|
||||||
- ddns-go.sh
|
- ddns-go.sh
|
||||||
```sh
|
```sh
|
||||||
bash <(curl -fsSL https://gitea.tohub.top/Share/script/raw/branch/main/ddns-go.sh)
|
bash <(curl -fsSL https://gitea.tohub.top/Share/script/raw/branch/main/ddns-go.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
- v2raya.sh
|
|
||||||
|
|
||||||
```sh
|
|
||||||
bash <(curl -fsSL https://gitea.tohub.top/Share/script/raw/branch/main/v2raya.sh)
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
- frpc.sh
|
|
||||||
|
|
||||||
```sh
|
|
||||||
bash <(curl -fsSL https://gitea.tohub.top/Share/script/raw/branch/main/frpc.sh)
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user