diff options
author | Peter van Dijk <peter.van.dijk@powerdns.com> | 2021-04-25 16:16:23 +0200 |
---|---|---|
committer | Peter van Dijk <peter.van.dijk@powerdns.com> | 2021-04-25 16:16:23 +0200 |
commit | 1bcc98ef908af01b4f0b023d82af6cd629a3321f (patch) | |
tree | 52829f5df3b66a99b6be46730c94e1b1bd9ab2fb /net/unbound/files | |
parent | 215a2e6518cc8478951cfd5443c75531da37e322 (diff) |
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 <peter.van.dijk@powerdns.com>
Diffstat (limited to 'net/unbound/files')
-rw-r--r-- | net/unbound/files/unbound.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |