From cd67f4f3fe6d37f85858b216ae5ac949a184cfdb Mon Sep 17 00:00:00 2001 From: NewName Date: Mon, 12 Aug 2024 01:11:25 +0800 Subject: [PATCH] 1 --- README.md | 4 ++-- vmess.sh => vmess-sk5.sh | 2 +- xray.sh => vmess-ws.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename vmess.sh => vmess-sk5.sh (98%) rename xray.sh => vmess-ws.sh (97%) diff --git a/README.md b/README.md index 117ee13..b023c40 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ bash <(wget -qO- https://github.com/sky22333/shell/raw/main/acme.sh) ``` -bash <(wget -qO- https://github.com/sky22333/shell/raw/main/vmess.sh) +bash <(wget -qO- https://github.com/sky22333/shell/raw/main/vmess-sk5.sh) ``` ### Hysteria 2 一键搭建脚本 @@ -33,7 +33,7 @@ bash <(wget -qO- -o- https://github.com/admin8800/sing-box/raw/main/install.sh) ### vmess+ws一键脚本 ``` -bash <(wget -qO- https://github.com/sky22333/shell/raw/main/xray.sh) +bash <(wget -qO- https://github.com/sky22333/shell/raw/main/vmess-ws.sh) ``` diff --git a/vmess.sh b/vmess-sk5.sh similarity index 98% rename from vmess.sh rename to vmess-sk5.sh index 29d7878..4d94f79 100644 --- a/vmess.sh +++ b/vmess-sk5.sh @@ -235,7 +235,7 @@ delete_node_by_port() { # 主菜单 main_menu() { while true; do - echo -e "\n${green} (TG交流群:@kexueshangwang8)xray节点配置文件路径:/usr/local/etc/xray 菜单列表:${none}" + echo -e "\n${green} xray节点配置文件路径:/usr/local/etc/xray 菜单列表:${none}" echo "1. 查看所有节点" echo "2. 新增节点出站" echo "3. 删除节点" diff --git a/xray.sh b/vmess-ws.sh similarity index 97% rename from xray.sh rename to vmess-ws.sh index 2c2fac2..dc58567 100644 --- a/xray.sh +++ b/vmess-ws.sh @@ -75,7 +75,7 @@ EOF # 显示配置信息 show_inbound_config() { local ip=$(curl -s http://ipinfo.io/ip) - echo -e "${green}Vmess 节点链接:${none}" + echo -e "${green}Vmess-ws节点链接:${none}" echo "vmess://$(echo -n "{\"v\":\"2\",\"ps\":\"vmess+ws\",\"add\":\"$ip\",\"port\":$PORT,\"id\":\"$UUID\",\"aid\":\"0\",\"net\":\"ws\",\"path\":\"/$RANDOM_PATH\",\"type\":\"none\",\"host\":\"\",\"tls\":\"\"}" | base64 -w 0)" }