This commit is contained in:
NewName
2024-08-12 01:02:44 +08:00
parent 477cef0717
commit 5938908abb
4 changed files with 27 additions and 18 deletions

View File

@@ -36,19 +36,6 @@ bash <(wget -qO- -o- https://github.com/admin8800/sing-box/raw/main/install.sh)
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/xray.sh)
```
### 批量搭建vmess节点并把节点信息传输到另一台机器
一:先把`x.sh`文件中的第88行填入你目的主机的密码和IP
二:目的主机需在`home`目录下创建`xray.txt`文件
```
touch /home/xray.txt
```
三:然后再执行此脚本
```
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/x.sh)
```
### 端口限速脚本