diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-07-24 16:26:55 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-07-24 16:26:55 +0300 |
| commit | b4dae36345c54d376e85a05268c6c6741b718c6d (patch) | |
| tree | ca899567ce59362678d008a92db33b2ebf636310 /DockerInit.sh | |
| parent | 761728255c3ce2d5d0da06b8e0f8b4cf8a4cba94 (diff) | |
xray core v25.7.24
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 ecbe756a..eac1dbb2 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.6.8/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.7.24/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
