From c4b1b0cc3a57b51669004c91fa9885e27f78b755 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Sun, 9 Aug 2020 16:18:45 +0000 Subject: [PATCH 1/2] Fix arm32 and arm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit arm32 还可以更细分 --- customize.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.sh b/customize.sh index fd678dc..d3aa1dd 100644 --- a/customize.sh +++ b/customize.sh @@ -13,7 +13,7 @@ mkdir -p $MODPATH/system/bin mkdir -p $MODPATH/system/etc # download latest v2ray core from official link ui_print "- Connect official V2Ray download link." -official_v2ray_link="https://github.com/v2ray/v2ray-core/releases" +official_v2ray_link="https://github.com/v2fly/v2ray-core/releases" latest_v2ray_version=`curl -k -s -I "${official_v2ray_link}/latest" | grep -i location | grep -o "tag.*" | grep -o "v[0-9.]*"` if [ "${latest_v2ray_version}" = "" ] ; then ui_print "Error: Connect official V2Ray download link failed." @@ -22,10 +22,10 @@ fi ui_print "- Download latest V2Ray core ${latest_v2ray_version}-${ARCH}" case "${ARCH}" in arm) - download_v2ray_link="${official_v2ray_link}/download/${latest_v2ray_version}/v2ray-linux-arm.zip" + download_v2ray_link="${official_v2ray_link}/download/${latest_v2ray_version}/v2ray-linux-arm32-v7a.zip" ;; arm64) - download_v2ray_link="${official_v2ray_link}/download/${latest_v2ray_version}/v2ray-linux-arm64.zip" + download_v2ray_link="${official_v2ray_link}/download/${latest_v2ray_version}/v2ray-linux-arm64-v8a.zip" ;; x86) download_v2ray_link="${official_v2ray_link}/download/${latest_v2ray_version}/v2ray-linux-32.zip" From 65b1879ed71c8c04fb13ef078a39cec21e99b3e7 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Sun, 9 Aug 2020 16:22:07 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c015872..db768c8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a v2ray module for Magisk, and includes binaries for arm, arm64, x86, x6 ## Included -* [V2Ray core]() +* [V2Ray core]() * [magisk-module-installer](https://github.com/topjohnwu/magisk-module-installer) - V2Ray service script and Android transparent proxy iptables script @@ -150,10 +150,10 @@ Android system **iptables** [ localhost inside ] ## Project V -Project V is a set of network tools that help you to build your own computer network. It secures your network connections and thus protects your privacy. See [ProjectV website](https://www.v2ray.com/) for more information. +Project V is a set of network tools that help you to build your own computer network. It secures your network connections and thus protects your privacy. See [ProjectV website](https://www.v2fly.org/) for more information. ## License -[The MIT License (MIT)](https://raw.githubusercontent.com/v2ray/v2ray-core/master/LICENSE) +[The MIT License (MIT)](https://raw.githubusercontent.com/v2fly/v2ray-core/master/LICENSE)