mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
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:
@@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=luci-app-https-dns-proxy
|
||||
PKG_LICENSE:=AGPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
||||
PKG_VERSION:=2025.05.11
|
||||
PKG_RELEASE:=4
|
||||
PKG_VERSION:=2025.10.07
|
||||
PKG_RELEASE:=1
|
||||
|
||||
LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
|
||||
LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
readonly packageName="https-dns-proxy"
|
||||
readonly providersDir="/usr/share/${packageName}/providers"
|
||||
|
||||
. /lib/functions.sh
|
||||
. /usr/share/libubox/jshn.sh
|
||||
. "${IPKG_INSTROOT}/lib/functions.sh"
|
||||
. "${IPKG_INSTROOT}/usr/share/libubox/jshn.sh"
|
||||
|
||||
is_enabled() { "/etc/init.d/${1}" enabled; }
|
||||
is_running() { [ "$(ubus call service list "{ 'name': '$1' }" | jsonfilter -q -e "@['$1'].instances[*].running" | uniq)" = 'true' ]; }
|
||||
|
||||
Reference in New Issue
Block a user