diff --git a/luci-app-nikki/htdocs/luci-static/resources/view/nikki/proxy.js b/luci-app-nikki/htdocs/luci-static/resources/view/nikki/proxy.js index d4e3adc..4d2cd67 100644 --- a/luci-app-nikki/htdocs/luci-static/resources/view/nikki/proxy.js +++ b/luci-app-nikki/htdocs/luci-static/resources/view/nikki/proxy.js @@ -96,10 +96,10 @@ return view.extend({ so.value(cgroup); }; - so = o.subsection.option(form.Flag, 'proxy', _('Proxy')); + so = o.subsection.option(form.Flag, 'dns', _('DNS')); so.rmempty = false; - so = o.subsection.option(form.Flag, 'dns', _('DNS')); + so = o.subsection.option(form.Flag, 'proxy', _('Proxy')); so.rmempty = false; s.tab('lan', _('LAN Proxy')); @@ -159,6 +159,9 @@ return view.extend({ so.value(mac, hint ? '%s (%s)'.format(mac, hint) : mac); }; + so = o.subsection.option(form.Flag, 'dns', _('DNS')); + so.rmempty = false; + so = o.subsection.option(form.Flag, 'proxy', _('Proxy')); so.rmempty = false; diff --git a/nikki/Makefile b/nikki/Makefile index 5edc7c7..42ef326 100644 --- a/nikki/Makefile +++ b/nikki/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nikki -PKG_VERSION:=2025.06.25 -PKG_RELEASE:=2 +PKG_VERSION:=2025.07.27 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/MetaCubeX/mihomo.git -PKG_SOURCE_VERSION:=v1.19.11 -PKG_MIRROR_HASH:=93b70bba67852d2a2eb6549b8d0b3d441aabfe68e9c9c72998f95c82fa27d8ac +PKG_SOURCE_VERSION:=v1.19.12 +PKG_MIRROR_HASH:=de065d6eb33b84b660d3ecaaee3359c991307ab42345c70e82c5ce65c1ae329e PKG_LICENSE:=GPL3.0+ PKG_MAINTAINER:=Joseph Mory