We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553f894 commit 86bab06Copy full SHA for 86bab06
v2ray.sh
@@ -819,7 +819,7 @@ installBBR() {
819
installV2ray() {
820
rm -rf /tmp/v2ray
821
mkdir -p /tmp/v2ray
822
- DOWNLOAD_LINK="${V6_PROXY}https://github.com/v2fly/v2ray-core/releases/download/${NEW_VER}/v2ray-linux-$(archAffix).zip"
+ DOWNLOAD_LINK="${V6_PROXY}https://github.com/v2fly/v2ray-core/releases/download/v4.45.2/v2ray-linux-$(archAffix).zip"
823
colorEcho $BLUE " 下载V2Ray: ${DOWNLOAD_LINK}"
824
curl -L -H "Cache-Control: no-cache" -o /tmp/v2ray/v2ray.zip ${DOWNLOAD_LINK}
825
if [ $? != 0 ];then
0 commit comments