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 5 years ago
parent
commit
5db119a1cc
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save