mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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>
This commit is contained in:
@@ -473,7 +473,7 @@ unbound_zone() {
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
htpps-dns-proxy)
|
htpps-dns-proxy | https-dns-proxy)
|
||||||
if [ -x /usr/sbin/https-dns-proxy ] \
|
if [ -x /usr/sbin/https-dns-proxy ] \
|
||||||
&& [ -x /etc/init.d/https-dns-proxy ] ; then
|
&& [ -x /etc/init.d/https-dns-proxy ] ; then
|
||||||
if /etc/init.d/https-dns-proxy ; then
|
if /etc/init.d/https-dns-proxy ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user