Update README.md

This commit is contained in:
NewName
2024-02-09 06:57:10 +08:00
parent 0ac9f5c63c
commit 180a9c6939

View File

@@ -1,5 +1,7 @@
### acme.sh 证书一键申请脚本
多功能管理
```
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/acme.sh && bash acme.sh
```
@@ -7,6 +9,8 @@ wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/acme
### 一键搭建LNMP环境的WordPress脚本
自动配置https
```
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/wordpress.sh && bash wordpress.sh
```
@@ -14,6 +18,8 @@ wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/word
### 快速批量搭建二级代理脚本
xray内核 vmess入站多sk5出站
```
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/vmess.sh && bash vmess.sh
```