File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-https-dns-proxy
77PKG_LICENSE: =AGPL-3.0-or-later
88PKG_MAINTAINER: =Stan Grishin <stangri@melmac.ca>
99PKG_VERSION: =2025.09.11
10- PKG_RELEASE: =2
10+ PKG_RELEASE: =3
1111
1212LUCI_TITLE: =DNS Over HTTPS Proxy Web UI
1313LUCI_URL: =https://github.com/stangri/luci-app-https-dns-proxy/
Original file line number Diff line number Diff line change 1414readonly packageName=" https-dns-proxy"
1515readonly providersDir=" /usr/share/${packageName} /providers"
1616
17- . /lib/functions.sh
18- . /usr/share/libubox/jshn.sh
17+ . " ${IPKG_INSTROOT} /lib/functions.sh"
18+ . " ${IPKG_INSTROOT} /usr/share/libubox/jshn.sh"
1919
2020is_enabled () { " /etc/init.d/${1} " enabled; }
2121is_running () { [ " $( ubus call service list " { 'name': '$1 ' }" | jsonfilter -q -e " @['$1 '].instances[*].running" | uniq) " = ' true' ]; }
You can’t perform that action at this time.
0 commit comments