We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173289a commit 55416f1Copy full SHA for 55416f1
DockerInit.sh
@@ -27,7 +27,7 @@ case $1 in
27
esac
28
mkdir -p build/bin
29
cd build/bin
30
-wget -q "https://github.com/XTLS/Xray-core/releases/download/v26.1.13/Xray-linux-${ARCH}.zip"
+wget -q "https://github.com/XTLS/Xray-core/releases/download/v26.1.18/Xray-linux-${ARCH}.zip"
31
unzip "Xray-linux-${ARCH}.zip"
32
rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat
33
mv xray "xray-linux-${FNAME}"
0 commit comments