stubby: fixed duplicate IPv6 address in stubby.yml; fixed typo in README.md 8437/head
authorJannik Vieten <me@exploide.net>
Mon, 18 Mar 2019 11:07:22 +0000 (12:07 +0100)
committerJannik Vieten <me@exploide.net>
Mon, 18 Mar 2019 11:07:22 +0000 (12:07 +0100)
Signed-off-by: Jannik Vieten <me@exploide.net>
net/stubby/files/README.md
net/stubby/files/stubby.yml

index 9703573ec0a594bd2edc339016bb40072ce6f9e7..800e9545ebb38035d8f5630595f7827a3d7d67f7 100644 (file)
@@ -388,7 +388,7 @@ the supplied server certificate
 #### `list spki`
 
 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
 encoded hash of the public key. At present, only `sha256` is
 supported for the digest type.
index 655352deb2b4fbeee35c5bd5d82cad771fb4927e..b935f3169fc7b3b3612a27228724718233fd0f72 100644 (file)
@@ -17,7 +17,7 @@ dns_transport_list:
 upstream_recursive_servers:
   - address_data: 2606:4700:4700::1111
     tls_auth_name: "cloudflare-dns.com"
-  - address_data: 2606:4700:4700::1111
+  - address_data: 2606:4700:4700::1001
     tls_auth_name: "cloudflare-dns.com"
   - address_data: 1.1.1.1
     tls_auth_name: "cloudflare-dns.com"