Browse Source

Merge pull request #8939 from jonathanunderwood/stubby-fix-8888

[WIP] stubby: fix handling of pkis in config (#8888)
lilik-openwrt-22.03
Rosen Penev 6 years ago
committed by GitHub
parent
commit
3506051a30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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