mirror of https://github.com/openwrt/packages.git
Merge pull request #15511 from PowerDNS/unbound-htpps
unbound: fix typo in assist name of https-dns-proxypull/15517/head
commit
00268c9bc6
|
@ -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…
Reference in New Issue