diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-29 13:33:46 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-29 13:33:46 +0300 |
| commit | bae89272b0b15ae5dcae026639992d0c3308cd36 (patch) | |
| tree | 3eb269eedf75b834622e1767f5381c9590ae2807 /DockerInit.sh | |
| parent | 8408a45eff9f0445cafbf9c32eb824eb0d546dff (diff) | |
Xray Core v1.8.23
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 150ab659..40468bf8 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.21/Xray-linux-${ARCH}.zip" +wget "https://github.com/XTLS/Xray-core/releases/download/v1.8.23/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
