diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-29 21:47:55 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-29 21:47:55 +0300 |
| commit | 9c231a41d1fbdb296f7efde63e76fd8d91bdebcf (patch) | |
| tree | 910c74416958e5326e6598504e28203c96075a3f /DockerInit.sh | |
| parent | ba673778ea744e34ef5f306c9ce44104ff699099 (diff) | |
change xray default to v1.8.4
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 9339de38..1c236ee5 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -18,7 +18,7 @@ esac mkdir -p build/bin cd build/bin -wget "https://github.com/XTLS/Xray-core/releases/download/v1.8.1/Xray-linux-${ARCH}.zip" +wget "https://github.com/XTLS/Xray-core/releases/download/v1.8.4/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat iran.dat mv xray "xray-linux-${FNAME}" |
