From 85e0cceeba279c22864bd30d538f08e265264c3c Mon Sep 17 00:00:00 2001 From: NewName Date: Thu, 19 Dec 2024 20:28:01 +0800 Subject: [PATCH] Update README.md --- README.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index acbce93..e46783e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ bash <(curl -sSL https://github.com/sky22333/shell/raw/main/docker.sh) ``` +- ### 为Docker启用IPV6 +``` +bash <(wget -qO- https://gitlab.com/yishijie/shell/raw/main/dockeripv6.sh) +``` - ### 一键自动部署异次元发卡 @@ -57,26 +61,9 @@ bash <(wget -qO- -o- https://github.com/admin8800/sing-box/raw/main/install.sh) ``` > **使用`sing-box`命令查看管理菜单** -- ### vmess+ws一键脚本 - -``` -bash <(wget -qO- https://github.com/sky22333/shell/raw/main/vmess-ws.sh) -``` - - ### 端口限速脚本 ``` bash <(wget -qO- https://github.com/sky22333/shell/raw/main/Mbit.sh) ``` - - -- ### 为Docker启用IPV6 -``` -bash <(wget -qO- https://gitlab.com/yishijie/shell/raw/main/dockeripv6.sh) -``` - -- ### vultr开机脚本 -``` -bash <(wget -qO- https://github.com/sky22333/shell/raw/main/vultr-cli.sh) -```