diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-04 02:28:14 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-04 02:28:14 +0300 |
| commit | 267024c43f1cd9cdbca8f56440f8b015ce7bafeb (patch) | |
| tree | 0d2d771f4a79906ac2bca503c373fdfa342ad709 /DockerInit.sh | |
| parent | 0d595f56e4e320fbe529be647acf273025af3537 (diff) | |
xray core v25.8.3
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 686778cc..c457a33b 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.7.26/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.8.3/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
