From b6e36b7317487fcdcc53a2c78fe61e6fc907a7b3 Mon Sep 17 00:00:00 2001 From: LGA1150 <9155358+LGA1150@users.noreply.github.com> Date: Wed, 6 Nov 2019 20:51:04 +0800 Subject: [PATCH] luci-app-ssr-plus: update remaining url (#2012) --- .../lean/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua b/package/lean/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua index 7b1f76f98..7ec5d37cf 100644 --- a/package/lean/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua +++ b/package/lean/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua @@ -72,7 +72,7 @@ local icount =0 if set == "gfw_data" then if nixio.fs.access("/usr/bin/wget-ssl") then - refresh_cmd="wget-ssl --no-check-certificate https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt -O /tmp/gfw.b64" + refresh_cmd="wget-ssl --no-check-certificate https://cdn.jsdelivr.net/gh/gfwlist/gfwlist/gfwlist.txt -O /tmp/gfw.b64" else refresh_cmd="wget -O /tmp/gfw.b64 http://iytc.net/tools/list.b64" end @@ -189,4 +189,4 @@ end) luci.http.prepare_content("application/json") luci.http.write_json({ ret=retstring }) -end \ No newline at end of file +end