Skip to content

Commit

Permalink
luci-app-mosdns: drop broken gh proxy
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <[email protected]>
  • Loading branch information
sbwml committed Dec 17, 2024
1 parent 4fc714f commit adbfd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion luci-app-mosdns/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-mosdns
PKG_VERSION:=1.6.7
PKG_VERSION:=1.6.8
PKG_RELEASE:=1

LUCI_TITLE:=LuCI Support for mosdns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,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://ghp.ci', _('https://ghp.ci'));
o.value('https://gh-proxy.com', _('https://gh-proxy.com'));
o.rmempty = true;
o.default = '';

Expand Down

0 comments on commit adbfd78

Please sign in to comment.