diff --git a/luci-app-mosdns/Makefile b/luci-app-mosdns/Makefile index ed624de..39c8d26 100644 --- a/luci-app-mosdns/Makefile +++ b/luci-app-mosdns/Makefile @@ -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 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 bdcdf3c..c91b023 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 @@ -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 = '';