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>2026-02-09 14:49:32 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-02-09 14:49:32 +0300
commit4a455aa5322e0803005da2d5d65b85a19dfc42e5 (patch)
treee2d508f0b7800fe042b84109b16d2a446e27a26a /DockerInit.sh
parent25f64738e4ec2ad78e05be3a7959788c81fcb65c (diff)
Xray Core v26.2.6 and dependency updates
Update Xray download URLs to v26.2.6 in the GitHub Actions release workflow and DockerInit script. Bump Go toolchain to 1.25.7 and refresh several module versions (telego, xtls/xray-core, klauspost/compress, pires/go-proxyproto, golang.org/x/arch, golang.org/x/sys, google.golang.org/genproto, etc.). Update go.sum to match the new dependency versions.
Diffstat (limited to 'DockerInit.sh')
-rwxr-xr-xDockerInit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/DockerInit.sh b/DockerInit.sh
index 6f153efe..a8e87a9e 100755
--- a/DockerInit.sh
+++ b/DockerInit.sh
@@ -27,7 +27,7 @@ case $1 in
esac
mkdir -p build/bin
cd build/bin
-curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.2.2/Xray-linux-${ARCH}.zip"
+curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.2.6/Xray-linux-${ARCH}.zip"
unzip "Xray-linux-${ARCH}.zip"
rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat
mv xray "xray-linux-${FNAME}"