diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-05-16 14:05:46 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-05-16 14:05:46 +0300 |
| commit | 182e591c482d7cabf1e094810ff672041735b679 (patch) | |
| tree | 848b4fa716184d91de75721fb04d2c1e5016dc19 /DockerInit.sh | |
| parent | 3666d1193f46da12659472d5e0f7536c9283955f (diff) | |
Xray-core v25.5.16
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 f2dd5bb6..c55cea94 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.4.30/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.5.16/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
