From 8f8c078fbc6aba9077cb25f0ad8792b95231110b Mon Sep 17 00:00:00 2001 From: tmxk2021 <90445826+tmxk2021@users.noreply.github.com> Date: Sat, 22 Feb 2025 15:55:19 +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 ea759a6..9a3d2d3 100644 --- a/openwrtlive.sh +++ b/openwrtlive.sh @@ -61,7 +61,7 @@ else fi # 下载并替换Nginx配置文件(强制替换) -NGINX_CONF_URL="https://raw.githubusercontent.com/tmxk2021/CF-IPTV/refs/heads/main/nginx.conf" +NGINX_CONF_URL="https://raw.staticdn.net/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" @@ -89,7 +89,7 @@ else fi # 下载并修改M3U文件 -M3U_URL="https://raw.xaxq.pp.ua/tmxk2021/CF-IPTV/refs/heads/main/allinone.m3u" +M3U_URL="https://raw.staticdn.net/tmxk2021/CF-IPTV/refs/heads/main/allinone.m3u" M3U_PATH="/www/allinone.m3u" echo "下载M3U文件..." curl -o "$M3U_PATH" "$M3U_URL"