We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b982956 commit 410013bCopy full SHA for 410013b
Makefile
@@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
3
4
PKG_NAME:=https-dns-proxy
5
PKG_VERSION:=2025.09.11
6
-PKG_RELEASE:=3
+PKG_RELEASE:=4
7
8
PKG_SOURCE_PROTO:=git
9
PKG_SOURCE_URL:=https://github.com/baranyaib90/https_dns_proxy/
files/etc/init.d/https-dns-proxy
@@ -9,6 +9,8 @@ STOP=15
# shellcheck disable=SC2034
10
USE_PROCD=1
11
12
+[ -n "${IPKG_INSTROOT}" ] && return 0
13
+
14
if type extra_command 1>/dev/null 2>&1; then
15
extra_command 'version' 'Show version information'
16
else
0 commit comments