diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-25 09:56:52 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-25 09:56:52 +0300 |
| commit | 546d676472dc66177d885e10091147998aceb7bd (patch) | |
| tree | e83b3635fe2734be09dfabe314bcd2a8bae28f47 | |
| parent | 6fb6241c3c5daa5ac807cfb500478d365377b95c (diff) | |
Xray Core v1.8.16
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rwxr-xr-x | DockerInit.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c3b642b..11da11fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: cd x-ui/bin # Download dependencies - Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.15/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.16/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip diff --git a/DockerInit.sh b/DockerInit.sh index 5ab261e0..b6d8d109 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.15/Xray-linux-${ARCH}.zip" +wget "https://github.com/XTLS/Xray-core/releases/download/v1.8.16/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
