diff --git a/src/ss-info.sh b/src/ss-info.sh index 278e049..6d47fa0 100644 --- a/src/ss-info.sh +++ b/src/ss-info.sh @@ -1,6 +1,6 @@ [[ -z $ip ]] && get_ip if [[ $shadowsocks ]]; then - local ss="ss://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#v2ray66.com_ss_${ip}" + local ss="ss://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233yes.com_ss_${ip}" echo echo "---------- Shadowsocks 配置信息 -------------" echo diff --git a/v2ray.sh b/v2ray.sh index 303bc10..918e9c6 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.12-test" +_version="v3.13-test" cmd="apt-get"