From 1bcc98ef908af01b4f0b023d82af6cd629a3321f Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Sun, 25 Apr 2021 16:16:23 +0200 Subject: [PATCH] unbound: fix typo in assist name of https-dns-proxy I left the old version in, in case users have configs that already correct for this error. Signed-off-by: Peter van Dijk --- net/unbound/files/unbound.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/unbound/files/unbound.sh b/net/unbound/files/unbound.sh index c8460c07c..c6e891f49 100644 --- a/net/unbound/files/unbound.sh +++ b/net/unbound/files/unbound.sh @@ -473,7 +473,7 @@ unbound_zone() { fi ;; - htpps-dns-proxy) + htpps-dns-proxy | https-dns-proxy) if [ -x /usr/sbin/https-dns-proxy ] \ && [ -x /etc/init.d/https-dns-proxy ] ; then if /etc/init.d/https-dns-proxy ; then