1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00

Merge pull request #15511 from PowerDNS/unbound-htpps

unbound: fix typo in assist name of https-dns-proxy
This commit is contained in:
Mirko Vogt 2021-04-25 17:16:28 +02:00 committed by GitHub
commit 00268c9bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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