Update Xray to v26.6.22

Point CI workflow and DockerInit.sh to Xray v26.6.22 (update download URLs for Linux and Windows). Update go.mod to the matching github.com/xtls/xray-core pseudo-version and bump github.com/pion/stun to v3.1.6; refresh corresponding go.sum entries.
This commit is contained in:
MHSanaei
2026-06-23 10:56:27 +02:00
parent 523a593ca7
commit a2961fd046
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -112,7 +112,7 @@ jobs:
cd x-ui/bin
# Download dependencies
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.6.1/"
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.6.22/"
if [ "${{ matrix.platform }}" == "amd64" ]; then
wget -q ${Xray_URL}Xray-linux-64.zip
unzip Xray-linux-64.zip
@@ -256,7 +256,7 @@ jobs:
cd x-ui\bin
# Download Xray for Windows
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.6.1/"
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.6.22/"
Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "Xray-windows-64.zip"
Expand-Archive -Path "Xray-windows-64.zip" -DestinationPath .
Remove-Item "Xray-windows-64.zip"