diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-07 23:45:20 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-07 23:45:20 +0300 |
| commit | e5126806d7d6a9759ebfae84ab7d50adb13347e4 (patch) | |
| tree | d997581511b5c101059d8c719bd7aea0fa97b734 /DockerInit.sh | |
| parent | b008ff4ad236f20f0937dd02e747ca6581e776f3 (diff) | |
xray core v25.9.5
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 10d4c121..d08eaf61 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -27,7 +27,7 @@ case $1 in esac mkdir -p build/bin cd build/bin -wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.8.29/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.9.5/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
