Skip to content

Commit bd8423e

Browse files
authored
Xray Core v26.1.13
1 parent 641057c commit bd8423e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DockerInit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ case $1 in
2727
esac
2828
mkdir -p build/bin
2929
cd build/bin
30-
wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.12.8/Xray-linux-${ARCH}.zip"
30+
wget -q "https://github.com/XTLS/Xray-core/releases/download/v26.1.13/Xray-linux-${ARCH}.zip"
3131
unzip "Xray-linux-${ARCH}.zip"
3232
rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat
3333
mv xray "xray-linux-${FNAME}"

0 commit comments

Comments
 (0)