diff options
author | Jannik Vieten <me@exploide.net> | 2019-03-18 12:07:22 +0100 |
---|---|---|
committer | Jannik Vieten <me@exploide.net> | 2019-03-18 12:07:22 +0100 |
commit | 84afa95b5b8a309504216af3201b40827799ef6d (patch) | |
tree | b1d5e4fc592377eaddc3723198c8778f69608cda /net/stubby/files | |
parent | c556ba005367ef092b62cce2623037537e6c5241 (diff) |
stubby: fixed duplicate IPv6 address in stubby.yml; fixed typo in README.md
Signed-off-by: Jannik Vieten <me@exploide.net>
Diffstat (limited to 'net/stubby/files')
-rw-r--r-- | net/stubby/files/README.md | 2 | ||||
-rw-r--r-- | net/stubby/files/stubby.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/stubby/files/README.md b/net/stubby/files/README.md index 9703573ec..800e9545e 100644 --- a/net/stubby/files/README.md +++ b/net/stubby/files/README.md @@ -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. diff --git a/net/stubby/files/stubby.yml b/net/stubby/files/stubby.yml index 655352deb..b935f3169 100644 --- a/net/stubby/files/stubby.yml +++ b/net/stubby/files/stubby.yml @@ -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" |