30 lines
735 B
Markdown
30 lines
735 B
Markdown
# vps
|
|
vps脚本
|
|
|
|
- vps_init.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
|
|
```
|
|
|
|
- xray-manager.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
|
|
```
|
|
|
|
- ss2022-manager.sh
|
|
```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
|
|
```sh
|
|
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/ddns-go.sh && chmod +x ddns-go.sh && ./ddns-go.sh
|
|
```
|
|
|
|
- v2raya.sh
|
|
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/script/raw/branch/main/v2raya.sh)
|
|
```
|
|
|