From 24ba1b70491c8214422723874ed3c21e8e4ed925 Mon Sep 17 00:00:00 2001 From: tmxk2021 <90445826+tmxk2021@users.noreply.github.com> Date: Sat, 22 Feb 2025 17:06:59 +0800 Subject: [PATCH] Update openwrtlive.sh --- openwrtlive.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrtlive.sh b/openwrtlive.sh index 0c34ba9..c9ee994 100644 --- a/openwrtlive.sh +++ b/openwrtlive.sh @@ -65,7 +65,7 @@ else fi # 下载并替换Nginx配置文件(强制替换) -NGINX_CONF_URL="https://raw.gitmirror.com/tmxk2021/CF-IPTV/refs/heads/main/nginx.conf" +NGINX_CONF_URL="https://raw.githubusercontent.com/tmxk2021/CF-IPTV/refs/heads/main/nginx.conf" NGINX_CONF_PATH="/etc/nginx/nginx.conf" echo "下载并强制替换Nginx配置文件..." curl -o "$NGINX_CONF_PATH" "$NGINX_CONF_URL" @@ -93,7 +93,7 @@ else fi # 下载并修改M3U文件 -M3U_URL="https://raw.gitmirror.com/tmxk2021/CF-IPTV/refs/heads/main/allinone.m3u" +M3U_URL="https://raw.githubusercontent.com/tmxk2021/CF-IPTV/refs/heads/main/allinone.m3u" M3U_PATH="/www/allinone.m3u" echo "下载M3U文件..." curl -o "$M3U_PATH" "$M3U_URL"