Update README.md

This commit is contained in:
NewName
2024-05-08 05:51:21 +08:00
parent 71b31057a7
commit 47ac03dab3

View File

@@ -50,13 +50,6 @@ touch /home/xray.txt
wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/x.sh && bash x.sh wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/x.sh && bash x.sh
``` ```
### 批量管理多台服务器脚本
先在`root`目录下创建`ssh.txt`文件文件内填入服务器信息每行一个服务器每行包含四部分信息IP地址、端口、用户名和密码用空格分隔。
```
wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/ssh.sh && bash ssh.sh
```
### 端口限速脚本 ### 端口限速脚本