JACK-THINK/SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER

V2ray下载地址失效

YuMXuan opened this issue · 3 comments

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

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

经过检查,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')"

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

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