Skip to content

Commit 55416f1

Browse files
authored
Xray Core v26.1.18
1 parent 173289a commit 55416f1

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/v26.1.13/Xray-linux-${ARCH}.zip"
30+
wget -q "https://github.com/XTLS/Xray-core/releases/download/v26.1.18/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)