chore: bump bundled Xray-core to v26.6.1

Update the Xray-core download URLs in the release workflow and DockerInit.sh from v26.5.9 to v26.6.1.
This commit is contained in:
MHSanaei
2026-06-01 10:24:42 +02:00
parent 2bb9ed1cda
commit 51d383b1c3
2 changed files with 3 additions and 3 deletions

View File

@@ -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.5.9/Xray-linux-${ARCH}.zip"
curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.6.1/Xray-linux-${ARCH}.zip"
unzip "Xray-linux-${ARCH}.zip"
rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat
mv xray "xray-linux-${FNAME}"