From f19647536440f93a16612d4746508f9ff7d49161 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Wed, 10 Apr 2024 21:37:58 +0000 Subject: luci-app-https-dns-proxy: bugfix: status/overview page include This fix prevents iteration over empty/null array of instances (and the type error) if there are no instances found. Fixes https://github.com/openwrt/packages/issues/23868 Signed-off-by: Stan Grishin --- applications/luci-app-https-dns-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-https-dns-proxy/Makefile') diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index 20e3be869e..f546806849 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-https-dns-proxy PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin PKG_VERSION:=2023.11.19 -PKG_RELEASE:=r2 +PKG_RELEASE:=r3 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy -- cgit v1.2.3