mirror of
https://github.com/tmxk2021/CF-IPTV.git
synced 2025-12-18 15:54:52 +08:00
Update openwrtlive.sh
This commit is contained in:
@@ -61,7 +61,7 @@ else
|
||||
fi
|
||||
|
||||
# 下载并替换Nginx配置文件(强制替换)
|
||||
NGINX_CONF_URL="https://raw.githubusercontent.com/rad168/iptv/refs/heads/main/mytv/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"
|
||||
|
||||
Reference in New Issue
Block a user