git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
215a2e6
)
unbound: fix typo in assist name of https-dns-proxy
author
Peter van Dijk
<redacted>
Sun, 25 Apr 2021 14:16:23 +0000
(16:16 +0200)
committer
Peter van Dijk
<redacted>
Sun, 25 Apr 2021 14:16:23 +0000
(16:16 +0200)
I left the old version in, in case users have configs that already correct for this error.
Signed-off-by: Peter van Dijk <redacted>
net/unbound/files/unbound.sh
patch
|
blob
|
history
diff --git
a/net/unbound/files/unbound.sh
b/net/unbound/files/unbound.sh
index c8460c07c7e7dd162c75f044ad2e9e05c2fcc93a..c6e891f4952bda6516ce62f22dd75c939492f395 100644
(file)
--- a/
net/unbound/files/unbound.sh
+++ b/
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
git clone https://git.99rst.org/PROJECT