Browse Source
Merge pull request #15511 from PowerDNS/unbound-htpps
unbound: fix typo in assist name of https-dns-proxy
lilik-openwrt-22.03
Mirko Vogt
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|