luci-app-mosdns: update github proxy

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-11-28 20:53:40 +08:00
parent 277c91e5ab
commit 510e0ccebd

View File

@ -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 = '';