diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-02-03 19:37:01 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-02-03 19:37:01 +0300 |
| commit | aae0cb37b76212cbb747075576b44a81d17efc75 (patch) | |
| tree | 96aae6cf0f71352ae77c88615182870446d9d450 /DockerInit.sh | |
| parent | b922d986d6783ce28d00ca948024dee44a11f29e (diff) | |
Xray Core v25.1.30
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 fccc2042..424cacfe 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.1.1/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.1.30/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
