diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-22 21:06:17 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-22 21:06:48 +0300 |
| commit | 5aae32c8885ddb78775de1c167eb36552e57e707 (patch) | |
| tree | 87408158a20cecb66e313b3e2f443cd7e1f22fb5 /DockerInit.sh | |
| parent | 36cade2a02e37bda2ac57c90981d282e08ecaa98 (diff) | |
update - xray core v1.8.12
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 1b3c11fa..3ec3f564 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/v1.8.11/Xray-linux-${ARCH}.zip" +wget "https://github.com/XTLS/Xray-core/releases/download/v1.8.12/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
