From 7e42d8f30c33ffc87948c1bf06f9908c54facc60 Mon Sep 17 00:00:00 2001 From: wulabing Date: Mon, 22 Feb 2021 13:04:29 +0800 Subject: [PATCH] Xray-1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [modify] 视觉内容更新 --- README.MD | 2 +- install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index b4af288..d63d0ff 100644 --- a/README.MD +++ b/README.MD @@ -15,7 +15,7 @@ * 安装好 wget。 ### 安装/更新方式(Xray) -VLESS + XTLS + nginx + Web +VLESS + XTLS + Nginx + Web ``` wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh" && chmod +x install.sh && bash install.sh diff --git a/install.sh b/install.sh index 2884aba..cd80a8d 100644 --- a/install.sh +++ b/install.sh @@ -464,7 +464,7 @@ function vless_xtls-rprx-direct_information() { echo -e "${Red} 底层传输安全:${Font} xtls " } function basic_information() { - print_ok "VLESS+tcp+xtls+nginx 安装成功" + print_ok "VLESS+TCP+XTLS+Nginx 安装成功" vless_xtls-rprx-direct_information vless_xtls-rprx-direct_link } @@ -513,7 +513,7 @@ menu() { echo -e "—————————————— 安装向导 ——————————————""" echo -e "${Green}0.${Font} 升级 脚本" - echo -e "${Green}1.${Font} 安装 Xray (VLESS+tcp+xtls+nginx)" + echo -e "${Green}1.${Font} 安装 Xray (VLESS+TCP+XTLS+Nginx)" echo -e "—————————————— 配置变更 ——————————————" echo -e "${Green}11.${Font} 变更 UUID" echo -e "${Green}12.${Font} 变更 TLS 最低适配版本"