Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-08-29 21:47:55 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-29 21:47:55 +0300
commit9c231a41d1fbdb296f7efde63e76fd8d91bdebcf (patch)
tree910c74416958e5326e6598504e28203c96075a3f
parentba673778ea744e34ef5f306c9ce44104ff699099 (diff)
change xray default to v1.8.4
-rw-r--r--.github/workflows/release.yml4
-rwxr-xr-xDockerInit.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6698aad5..8f68c7bc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -47,11 +47,11 @@ jobs:
# Download dependencies
if [ "${{ matrix.platform }}" == "amd64" ]; then
- wget https://github.com/XTLS/Xray-core/releases/download/v1.8.1/Xray-linux-64.zip
+ wget https://github.com/XTLS/Xray-core/releases/download/v1.8.4/Xray-linux-64.zip
unzip Xray-linux-64.zip
rm -f Xray-linux-64.zip
else
- wget https://github.com/XTLS/Xray-core/releases/download/v1.8.1/Xray-linux-arm64-v8a.zip
+ wget https://github.com/XTLS/Xray-core/releases/download/v1.8.4/Xray-linux-arm64-v8a.zip
unzip Xray-linux-arm64-v8a.zip
rm -f Xray-linux-arm64-v8a.zip
fi
diff --git a/DockerInit.sh b/DockerInit.sh
index 9339de38..1c236ee5 100755
--- a/DockerInit.sh
+++ b/DockerInit.sh
@@ -18,7 +18,7 @@ esac
mkdir -p build/bin
cd build/bin
-wget "https://github.com/XTLS/Xray-core/releases/download/v1.8.1/Xray-linux-${ARCH}.zip"
+wget "https://github.com/XTLS/Xray-core/releases/download/v1.8.4/Xray-linux-${ARCH}.zip"
unzip "Xray-linux-${ARCH}.zip"
rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat iran.dat
mv xray "xray-linux-${FNAME}"