This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
stubby: fix handling of pkis in config (
#8888
)
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
lilik-openwrt-22.03
Jonathan G. Underwood
6 years ago
parent
742ab4a928
commit
5db119a1cc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/stubby/files/stubby.init
+ 1
- 1
net/stubby/files/stubby.init
View File
@ -136,7 +136,7 @@ generate_config()
handle_resolver_spki()
{
local val="$1"
local digest="${val%/*}"
local digest="${val%
%
/*}"
local value="${val#*/}"
if [ "$tls_pubkey_pinset_section" = 0 ]; then
Write
Preview
Loading…
Cancel
Save