diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2025-12-04 01:45:28 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2025-12-04 01:45:28 +0300 |
| commit | 68240061aa4b13f797cc61fc64b5be3ffbbdfed5 (patch) | |
| tree | 55d2225beca0d9fa689f612b2e009e989d35b400 /DockerInit.sh | |
| parent | 0695f677ba006a36b9e54af990775a316c99fe58 (diff) | |
Xray Core 25.12.2
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 fb603fb8..080af293 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.10.15/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.12.2/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
