luci-app-mosdns: drop broken gh proxy
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
4fc714f5d1
commit
adbfd78483
@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-mosdns
|
PKG_NAME:=luci-app-mosdns
|
||||||
PKG_VERSION:=1.6.7
|
PKG_VERSION:=1.6.8
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI Support for mosdns
|
LUCI_TITLE:=LuCI Support for mosdns
|
||||||
|
@ -59,8 +59,7 @@ return view.extend({
|
|||||||
|
|
||||||
o = s.option(form.Value, 'github_proxy', _('GitHub Proxy'),
|
o = s.option(form.Value, 'github_proxy', _('GitHub Proxy'),
|
||||||
_('Update data files with GitHub Proxy, leave blank to disable proxy downloads.'));
|
_('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://gh-proxy.com', _('https://gh-proxy.com'));
|
||||||
o.value('https://ghp.ci', _('https://ghp.ci'));
|
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
o.default = '';
|
o.default = '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user