From 8d1c3bd0061f6be5fb0779bf105436f093e6406a Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 6 Feb 2022 21:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xray.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray.sh b/xray.sh index d592e1b..942e066 100644 --- a/xray.sh +++ b/xray.sh @@ -405,7 +405,7 @@ getData() { echo " 3) 美女站(https://imeizi.me)" echo " 4) 高清壁纸站(https://bing.imeizi.me)" echo " 5) 自定义反代站点(需以http或者https开头)" - read -ep " 请选择伪装网站类型[默认:1)(推荐)静态网站]:" answer + read -ep " 请选择伪装网站类型[默认:1)(推荐)静态网站, 默认使用Vincent的html模板]:" answer if [[ -z "$answer" ]]; then PROXY_URL="" else @@ -1815,7 +1815,7 @@ menu() { echo -e " ${GREEN}5.${PLAIN} 安装Xray-${BLUE}VLESS+mKCP${PLAIN}" echo -e " ${GREEN}6.${PLAIN} 安装Xray-VLESS+TCP+TLS" echo -e " ${GREEN}7.${PLAIN} 安装Xray-${BLUE}VLESS+WS+TLS${PLAIN}${RED}(可过cdn)${PLAIN}" - echo -e " ${GREEN}8.${PLAIN} 安装Xray-${BLUE}VLESS+TCP+XTLS${PLAIN}${RED}(推荐)${PLAIN}" + echo -e " ${GREEN}8.${PLAIN} 安装Xray-${BLUE}VLESS+TCP+XTLS${PLAIN}${RED}(强烈推荐)${PLAIN}" echo -e " ${GREEN}9.${PLAIN} 安装${BLUE}trojan${PLAIN}${RED}(推荐)${PLAIN}" echo -e " ${GREEN}10.${PLAIN} 安装${BLUE}trojan+XTLS${PLAIN}${RED}(推荐)${PLAIN}" echo " -------------"