diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-12-16 12:00:15 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-12-16 12:00:15 +0300 |
| commit | 88a17cd22755cc8c22f6214c7ac5b83c44b429ee (patch) | |
| tree | e723f9a3e2b8fde561837c8fd982b594f5cda750 /DockerInit.sh | |
| parent | b60387accb884a6745b4c8ae89ef6e81baa68890 (diff) | |
Xray core v24.12.15
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 8ad568e2..769c946f 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.30/Xray-linux-${ARCH}.zip" +wget "https://github.com/XTLS/Xray-core/releases/download/v24.12.15/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
