unbound: fix typo in assist name of https-dns-proxy 15511/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Sun, 25 Apr 2021 14:16:23 +0000 (16:16 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Sun, 25 Apr 2021 14:16:23 +0000 (16:16 +0200)
I left the old version in, in case users have configs that already correct for this error.

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
net/unbound/files/unbound.sh

index c8460c07c7e7dd162c75f044ad2e9e05c2fcc93a..c6e891f4952bda6516ce62f22dd75c939492f395 100644 (file)
@@ -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