From 019f605c7e567882de678afbf10877101b6a1422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Thu, 11 Sep 2025 21:45:01 +0800 Subject: [PATCH] Xray Core v25.9.11 --- DockerInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerInit.sh b/DockerInit.sh index ead7580c..666861bf 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.9.10/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.9.11/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}"