diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-31 11:43:31 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-31 11:47:39 +0300 |
| commit | 1bcdc54b68dac487be27295bc31f09e96291b84c (patch) | |
| tree | f75cac5fcb07cf70d16e06585fb1a4307046a8b4 /DockerInit.sh | |
| parent | eb58314c53c8ffe644fb1be3a3ea33b375d780af (diff) | |
Xray Core v24.10.31
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 aae6b1c4..90e83e9b 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.10.16/Xray-linux-${ARCH}.zip" +wget "https://github.com/XTLS/Xray-core/releases/download/v24.10.31/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
