From dff4ad31ff7b4a743173841ea80ec849bb4bd51e Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:22:56 +0700 Subject: chore: up minimal xray-core version to v25.6.8 --- DockerInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DockerInit.sh') diff --git a/DockerInit.sh b/DockerInit.sh index c55cea94..ecbe756a 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -27,7 +27,7 @@ case $1 in esac mkdir -p build/bin cd build/bin -wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.5.16/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.6.8/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" -- cgit v1.2.3