diff --git a/src/ss-info.sh b/src/ss-info.sh index 7d37007..571091c 100644 --- a/src/ss-info.sh +++ b/src/ss-info.sh @@ -18,4 +18,6 @@ if [[ $shadowsocks ]]; then echo echo -e "提示: 输入$cyan v2ray ssqr $none可生成 Shadowsocks 二维码链接" echo + echo -e "${yellow}免被墙..推荐使用JMS: ${cyan}https://getjms.com${none}" + echo fi diff --git a/src/v2ray-info.sh b/src/v2ray-info.sh index 43c65f6..18f6c2a 100644 --- a/src/v2ray-info.sh +++ b/src/v2ray-info.sh @@ -133,4 +133,6 @@ _v2_info() { echo echo -e "提示: 输入$cyan v2ray url $none可生成 vmess URL 链接 / 输入$cyan v2ray qr $none可生成二维码链接" echo + echo -e "${yellow}免被墙..推荐使用JMS: ${cyan}https://getjms.com${none}" + echo } diff --git a/v2ray.sh b/v2ray.sh index aff40f1..1d3dcb2 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -10,7 +10,7 @@ none='\e[0m' # Root [[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1 -_version="v3.29" +_version="v3.30" cmd="apt-get" @@ -2279,6 +2279,8 @@ get_v2ray_vmess_URL_link() { echo echo -e ${cyan}$vmess${none} echo + echo -e "${yellow}免被墙..推荐使用JMS: ${cyan}https://getjms.com${none}" + echo rm -rf /etc/v2ray/vmess_qr.json } other() {