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 641057c commit bd8423eCopy full SHA for bd8423e
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/v25.12.8/Xray-linux-${ARCH}.zip"
+wget -q "https://github.com/XTLS/Xray-core/releases/download/v26.1.13/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