From 180a9c69399c89d651b56b7631858454d3564b99 Mon Sep 17 00:00:00 2001 From: NewName Date: Fri, 9 Feb 2024 06:57:10 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4046abb..250bbb6 100644 --- a/README.md +++ b/README.md @@ -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 ```