diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-11-21 17:01:21 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-11-21 17:01:21 +0300 |
| commit | c4a5c059e35a057a947f176555fc7e6365db0297 (patch) | |
| tree | bf340008e2fee6adf8400df3c57ac5f41f52f551 /DockerInit.sh | |
| parent | c21ed90da07631b57e5d9dda0bf23e15c8e77f42 (diff) | |
Xray Core v24.11.21
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 e64075b2..1197d831 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -27,7 +27,7 @@ case $1 in esac mkdir -p build/bin cd build/bin -wget "https://github.com/XTLS/Xray-core/releases/download/v24.11.11/Xray-linux-${ARCH}.zip" +wget "https://github.com/XTLS/Xray-core/releases/download/v24.11.21/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
