Browse Source

Merge pull request #8437 from exploide/stubby_fixes

stubby: fixed duplicate IPv6 address and typo
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
14e3544115
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/stubby/files/README.md
  2. +1
    -1
      net/stubby/files/stubby.yml

+ 1
- 1
net/stubby/files/README.md View File

@ -388,7 +388,7 @@ the supplied server certificate
#### `list spki` #### `list spki`
This list specifies the SPKI pinset which is verified against the keys in the This list specifies the SPKI pinset which is verified against the keys in the
server cerrtificate. The values takes the form `'<digest type>/value>'`, where
server cerrtificate. The value takes the form `'<digest type>/value>'`, where
the `digest type` is the hashing algorithm used, and the value is the Base64 the `digest type` is the hashing algorithm used, and the value is the Base64
encoded hash of the public key. At present, only `sha256` is encoded hash of the public key. At present, only `sha256` is
supported for the digest type. supported for the digest type.


+ 1
- 1
net/stubby/files/stubby.yml View File

@ -17,7 +17,7 @@ dns_transport_list:
upstream_recursive_servers: upstream_recursive_servers:
- address_data: 2606:4700:4700::1111 - address_data: 2606:4700:4700::1111
tls_auth_name: "cloudflare-dns.com" tls_auth_name: "cloudflare-dns.com"
- address_data: 2606:4700:4700::1111
- address_data: 2606:4700:4700::1001
tls_auth_name: "cloudflare-dns.com" tls_auth_name: "cloudflare-dns.com"
- address_data: 1.1.1.1 - address_data: 1.1.1.1
tls_auth_name: "cloudflare-dns.com" tls_auth_name: "cloudflare-dns.com"


Loading…
Cancel
Save