luci-app-https-dns-proxy: update to 2025.10.07-r1

* sync with principal package

Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
Stan Grishin
2025-10-07 22:42:40 +00:00
parent 6c5f78ffd2
commit 3101545acf
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-https-dns-proxy PKG_NAME:=luci-app-https-dns-proxy
PKG_LICENSE:=AGPL-3.0-or-later PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_VERSION:=2025.05.11 PKG_VERSION:=2025.10.07
PKG_RELEASE:=4 PKG_RELEASE:=1
LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/ LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/

View File

@@ -14,8 +14,8 @@
readonly packageName="https-dns-proxy" readonly packageName="https-dns-proxy"
readonly providersDir="/usr/share/${packageName}/providers" readonly providersDir="/usr/share/${packageName}/providers"
. /lib/functions.sh . "${IPKG_INSTROOT}/lib/functions.sh"
. /usr/share/libubox/jshn.sh . "${IPKG_INSTROOT}/usr/share/libubox/jshn.sh"
is_enabled() { "/etc/init.d/${1}" enabled; } is_enabled() { "/etc/init.d/${1}" enabled; }
is_running() { [ "$(ubus call service list "{ 'name': '$1' }" | jsonfilter -q -e "@['$1'].instances[*].running" | uniq)" = 'true' ]; } is_running() { [ "$(ubus call service list "{ 'name': '$1' }" | jsonfilter -q -e "@['$1'].instances[*].running" | uniq)" = 'true' ]; }