SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER icon indicating copy to clipboard operation
SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER copied to clipboard

V2ray下载地址失效

Open YuMXuan opened this issue 5 years ago • 3 comments

麻烦更新一下V2ray下载地址。

YuMXuan avatar Dec 16 '20 15:12 YuMXuan

可能是因为版本老旧,因为网络不好下的离线安装包,发现是17.0版本。 等更新新版本之后再反馈。

YuMXuan avatar Dec 16 '20 16:12 YuMXuan

经过检查,v2ray账号现已换为v2fly,v2ray_install中以下代码: DOWNLOAD_LINK="https://github.com/v2ray/v2ray-core/releases/download/${LATEST_VERSION}/v2ray-${OPERATING_SYSTEM}-${ROUTER_ARCHITECTURE}.zip" 及, LATEST_VERSION="$(/opt/bin/curl -s "https://api.github.com/repos/v2ray/v2ray-core/releases/latest" | /opt/bin/sed -E -n -e 's/^[[:space:]]*\"tag_name\":[[:space:]]*\"(.*)\".*/\1/p')" 应更改为: DOWNLOAD_LINK="https://github.com/v2fly/v2ray-core/releases/download/${LATEST_VERSION}/v2ray-${OPERATING_SYSTEM}-${ROUTER_ARCHITECTURE}.zip" 及, LATEST_VERSION="$(/opt/bin/curl -s "https://api.github.com/repos/v2fly/v2ray-core/releases/latest" | /opt/bin/sed -E -n -e 's/^[[:space:]]*\"tag_name\":[[:space:]]*\"(.*)\".*/\1/p')"

需要测试可行性,直连网络不通畅···

YuMXuan avatar Dec 16 '20 17:12 YuMXuan

感谢,看到这个总算是装上了

dyytian avatar Jan 02 '21 06:01 dyytian