Update README.md

This commit is contained in:
NewName
2024-08-14 01:42:07 +08:00
parent 5af804bc97
commit ddb78c0f11

View File

@@ -36,7 +36,7 @@ rm -rf /usr/local/etc/xray
---
---
## 自托管脚本
## 🔵自托管脚本
- 创建脚本文件
```
mkdir -p /var/www && touch /var/www/shell.sh && chmod 644 /var/www/shell.sh
@@ -76,7 +76,7 @@ bash <(curl -fsSL http://公网IP/shell.sh)
---
---
## 脚本加密-编译为可执行文件
## 🔵脚本加密-编译为可执行文件
- 下载环境
```
@@ -107,7 +107,7 @@ curl -fsSL http://公网IP/my.sh -o my.sh && chmod +x my.sh && ./my.sh
---
---
## ansible批量管理主机运维工具
## 🔵ansible批量管理主机运维工具
### 1安装
```