From 8b2e5b45c2905256c1027237dee6ff693b110f33 Mon Sep 17 00:00:00 2001 From: 233boy <31657650+233boy@users.noreply.github.com> Date: Sat, 12 Sep 2020 12:52:34 +0800 Subject: [PATCH] alterId set to 0 --- install.sh | 2 +- v2ray.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index c2dfe05..cb5655b 100644 --- a/install.sh +++ b/install.sh @@ -900,7 +900,7 @@ config() { chmod +x $_v2ray_sh v2ray_id=$uuid - alterId=233 + alterId=0 ban_bt=true if [[ $v2ray_transport -ge 18 ]]; then v2ray_dynamicPort_start=${v2ray_dynamic_port_start_input} diff --git a/v2ray.sh b/v2ray.sh index 47d14f0..057eef1 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.35" +_version="v3.36" cmd="apt-get" @@ -2872,7 +2872,7 @@ reinstall) [aA][Ii] | [Dd]) change_v2ray_alterId ;; -[aA][Ii][aA][Ii] | [Dd][Dd]) +[aA][Ii][aA][Ii] | [Dd][Dd] | aid) custom_uuid ;; reuuid)