From 510e0ccebd7ee8052e9f1346c6dda430a0a0019d Mon Sep 17 00:00:00 2001 From: sbwml Date: Thu, 28 Nov 2024 20:53:40 +0800 Subject: [PATCH] luci-app-mosdns: update github proxy Signed-off-by: sbwml --- .../htdocs/luci-static/resources/view/mosdns/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/update.js b/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/update.js index b87ce6c..bdcdf3c 100644 --- a/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/update.js +++ b/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/update.js @@ -60,7 +60,7 @@ return view.extend({ o = s.option(form.Value, 'github_proxy', _('GitHub Proxy'), _('Update data files with GitHub Proxy, leave blank to disable proxy downloads.')); o.value('https://hub.gitmirror.com', _('https://hub.gitmirror.com')); - o.value('https://mirror.ghproxy.com', _('https://mirror.ghproxy.com')); + o.value('https://ghp.ci', _('https://ghp.ci')); o.rmempty = true; o.default = '';