From e1696c9fd39a4c946857d6ce8f92aada15a8fc02 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Tue, 9 Apr 2024 19:26:46 +0200 Subject: [PATCH] xray-core v1.8.10 --- .github/workflows/release.yml | 2 +- DockerInitFiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19a2e8b1..f777b950 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: cd x-ui/bin # Download dependencies - Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.9/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.10/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip diff --git a/DockerInitFiles.sh b/DockerInitFiles.sh index 582c60a3..2dd1cccc 100755 --- a/DockerInitFiles.sh +++ b/DockerInitFiles.sh @@ -23,7 +23,7 @@ case $1 in esac mkdir -p build/bin cd build/bin -wget "https://github.com/XTLS/Xray-core/releases/download/v1.8.9/Xray-linux-${ARCH}.zip" +wget "https://github.com/XTLS/Xray-core/releases/download/v1.8.10/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat LICENSE README.md mv xray "xray-linux-${FNAME}"