From c9c8d0f11429ec10464f61c15861b9da8aa3d591 Mon Sep 17 00:00:00 2001 From: tmxk2021 <90445826+tmxk2021@users.noreply.github.com> Date: Sat, 22 Feb 2025 18:20:23 +0800 Subject: [PATCH] Update openwrtlive.sh --- openwrtlive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtlive.sh b/openwrtlive.sh index f4d4d3b..464a0a8 100644 --- a/openwrtlive.sh +++ b/openwrtlive.sh @@ -65,7 +65,7 @@ else fi # 下载并替换Nginx配置文件(强制替换) -NGINX_CONF_URL="https://raw.githubusercontent.com/tmxk2021/CF-IPTV/refs/heads/main/nginx.conf" +NGINX_CONF_URL="https://raw.gitmirror.com/tmxk2021/CF-IPTV/refs/heads/main/nginx.conf" NGINX_CONF_PATH="/etc/nginx/nginx.conf" echo "下载并强制替换Nginx配置文件..." wget --no-check-certificate -O "$NGINX_CONF_PATH" "$NGINX_CONF_URL"