diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-23 11:52:25 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-23 11:52:25 +0300 |
| commit | 07245d614a21ebbc967b253e90e34d0664a7920f (patch) | |
| tree | b47f993544637d7fea5aeaea37b38f031607adf6 /DockerInit.sh | |
| parent | 6e734553e21ac5f0eaa8bafb968227616059968b (diff) | |
Upgrade - Xray Core v1.8.13
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..c4414263 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.13/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
