diff --git a/assets/img/png/3rd-party/stubby.png b/assets/img/png/3rd-party/stubby.png new file mode 100644 index 00000000..0f7ea7b7 Binary files /dev/null and b/assets/img/png/3rd-party/stubby.png differ diff --git a/pages/providers/dns.html b/pages/providers/dns.html index 62fbe57c..8e702b4c 100644 --- a/pages/providers/dns.html +++ b/pages/providers/dns.html @@ -34,6 +34,16 @@ breadcrumb: "DNS" github="https://github.com/DNSCrypt/dnscrypt-proxy" %} +{% + include cardv2.html + title="Stubby" + image="/assets/img/png/3rd-party/stubby.png" + description='An application that acts as a local DNS-over-TLS stub resolver. Stubby can be used in combination with Unbound by managing the upstream TLS connections (since Unbound cannot yet re-use TCP/TLS connections) with Unbound providing a local cache.' + website="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby" + forum="https://forum.privacytools.io/t/discussion-stubby/3582" + github="https://github.com/getdnsapi/stubby" +%} + {% include cardv2.html title="Firefox's built-in DNS-over-HTTPS resolver"