diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-30 11:03:32 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-30 11:03:32 +0300 |
| commit | 023eb513e4fcbe656a0fab9a3ccd0f2160ae2682 (patch) | |
| tree | 078d1b4e69b8b024a8461b7697d1084a9f6ed1d8 /DockerInit.sh | |
| parent | 0c7b59ed47eaa2f786eedd584d9e4192964931f3 (diff) | |
Xray Core v25.8.29
Diffstat (limited to 'DockerInit.sh')
| -rwxr-xr-x | DockerInit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DockerInit.sh b/DockerInit.sh index c457a33b..10d4c121 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -27,7 +27,7 @@ case $1 in esac mkdir -p build/bin cd build/bin -wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.8.3/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.8.29/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
