diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-10 09:40:08 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-10 09:40:08 +0300 |
| commit | 1e2ff650ad6646950968c6c9216670d7e822de8c (patch) | |
| tree | 491b39e615af41ea996a32f034bbd5a328c3bc1b /DockerInit.sh | |
| parent | c2d6dd923f72cb044704653fc9ce6f1dd521e156 (diff) | |
Xray Core v25.9.10 + GO v1.25.1
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 d08eaf61..592b4f44 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.9.5/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.9.10/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
