Browse Source

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>
lilik-openwrt-22.03
Peter van Dijk 3 years ago
parent
commit
1bcc98ef90
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/unbound/files/unbound.sh

+ 1
- 1
net/unbound/files/unbound.sh View 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


Loading…
Cancel
Save