description="OpenNIC is an alternate network information center/alternative DNS root which lists itself as an alternative to ICANN and its registries. Like all alternative root DNS systems, OpenNIC-hosted domains are unreachable to the vast majority of the Internet."
description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
description="DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, and allows filtering, forwarding, and cloaking."
<h1id="icanndns"class="anchor"><ahref="#icanndns"><iclass="fas fa-link anchor-icon"></i></a> Encrypted ICANN DNS Providers</h1>
<divclass="alert alert-warning"role="alert">
<strong>Note: Using an encrypted DNS resolver will not make you anonymous, nor hide your internet traffic from your Internet Service Provider. But it will prevent DNS hijacking, and make your DNS requests harder for third parties to eavesdrop on and tamper with. If you are currently using Google's DNS resolver, you should pick an alternative here.</strong>
<ahref="https://developers.cloudflare.com/1.1.1.1/setting-up-1.1.1.1/">Cloudflare</a><spanclass="badge badge-warning"data-toggle="tooltip"title="Cloudflare is one of the world's largest networks, and a problem considering anonymity and decentralization."><ahref="https://codeberg.org/crimeflare/cloudflare-tor/"><iclass="fas fa-exclamation-triangle"></i></a></span>
<td><adata-toggle="tooltip"data-placement="bottom"data-original-title='"We will collect limited DNS query data that is sent to the resolvers. This data does not contain user IP addresses or any other personally identifiable information, and the bulk of the data is only stored for 24 hours."'href="https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/privacy-policy/">Some</a></td>
<adata-toggle="tooltip"data-placement="bottom"data-original-title='"CZ.NIC resolvers neither collect any personal data nor gather information on pages where your computer sends personal data."'>
<td><adata-toggle="tooltip"data-placement="bottom"data-original-title='"CZ.NIC is an interest association of legal entities, founded in 1998 by leading providers of Internet services."'href="https://www.nic.cz/page/351/about-association/">Association</a></td>
<td><adata-toggle="tooltip"data-placement="bottom"data-original-title='"We do NOT log your IP address or DNS queries during normal operations. We do NOT share query data with third parties that are not directly involved with resolving the query (i.e. sending queries to authoritative nameservers for resolution)."'href="https://appliedprivacy.net/privacy-policy/">Some</a></td>
<td><adata-toggle="tooltip"data-placement="bottom"data-original-title='"Some of the features require some sort of data retention. In that case, we give our users the choice to granularly or completely disable those features (and associated data retention), and we follow up immediately on that promise"'href="https://www.nextdns.io/privacy">Based on user choice</a></td>
<adata-toggle="tooltip"data-placement="bottom"data-original-title='Part of LibreHosters, "a network of cooperation and solidarity that uses free software to encourage decentralisation through federation and distributed platforms."'href="https://libreho.st/">
<ahref="https://quad9.net/">Quad9</a><spanclass="badge badge-warning"data-toggle="tooltip"title="Founders include the Global Cyber Alliance, comprised of the City of London Police and Manhattan District Attorney's Office"><iclass="fas fa-exclamation-triangle"></i></span>
<td><adata-toggle="tooltip"data-placement="bottom"data-original-title='"Our normal course of data management does not have any IP address information or other PII logged to disk or transmitted out of the location in which the query was received."'href="https://quad9.net/policy/">Some</a></td>
<adata-toggle="tooltip"data-placement="bottom"data-original-title='"Absolutely nothing is being logged, neither about the users nor the usage of this service. I do keep graphs of the total number of queries, but no personally identifiable information is saved. The data that is saved will never be sold or used for anything except capacity planning of the service."'>
<li>DNS-over-TLS (DoT) - A security protocol for encrypted DNS on a dedicated port 853. Some providers support port 443 which generally works everywhere while port 853 is often blocked by restrictive firewalls. DoT has two modes:</li>
<ul>
<li>Oppurtunistic mode: the client attempts to form a DNS-over-TLS connection to the server on port 853 without performing certificate validation. If it fails, it will use unencrypted DNS. <spanclass="badge badge-warning"data-toggle="tooltip"data-original-title="In other words automatic mode leaves your DNS traffic vulnerable to SSL strip and MITM attacks"><iclass="fas fa-exclamation-triangle"></i></span></li>
<li>Strict mode: the client connects to a specific hostname and performs certificate validation for it. If it fails, no DNS queries are made until it succeeds.</li>
<li>DNS-over-HTTPS (DoH) - Similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443. <spanclass="badge badge-warning"data-toggle="tooltip"data-original-title="DoH contains metadata such as user-agent (which may include system information) that is sent to the DNS server."><ahref="https://tools.ietf.org/html/rfc8484#section-8.2"><iclass="fas fa-exclamation-triangle"></i></a></span></li>
<li>DNSCrypt - An older yet robust method of encrypting DNS.</li>
<li>Check <ahref="https://www.dnsleaktest.com/">DNSLeakTest.com</a>. <spanclass="badge badge-warning"data-toggle="tooltip"data-placement="bottom"data-original-title="Your DNS provider may not appear with their own name, so compare the responses to what you know or can find about your DNS provider. Just ensure you don't see your ISP or old unencrypted DNS provider."><iclass="fas fa-exclamation-triangle"></i></span></li>
<li>Check the website of your DNS provider. They may have a page for telling "you are using our DNS." Examples include <ahref="https://adguard.com/en/adguard-dns/overview.html">AdGuard</a> and <ahref="https://1.1.1.1/help">Cloudflare</a>.</li>
<li>If using Firefox's trusted recursive resolver (TRR), navigate to <code>about:networking#dns</code>. If the TRR column says "true" for some fields, you are using DoH. <spanclass="badge badge-warning"data-toggle="tooltip"data-placement="bottom"data-original-title='Some fields will say "false" depending on the the value of network.trr.mode in about:config'><ahref="https://wiki.mozilla.org/Trusted_Recursive_Resolver"><iclass="fas fa-exclamation-triangle"></i></a></span></li>
</ul>
</li>
<li>dnscrypt-proxy - Check <ahref="https://github.com/jedisct1/dnscrypt-proxy/wiki/Checking">dnscrypt-proxy's wiki on how to verify that your DNS is encrypted</a>.
</li>
<li>DNSSEC - Check <ahref="https://dnssec.vs.uni-due.de/">DNSSEC Resolver Test by Matthäus Wander</a>.</li>
<li>QNAME Minimization - Run <code><ahref="https://en.wikipedia.org/wiki/Dig_(command)">dig</a> +short txt qnamemintest.internet.nl</code> from the command-line (taken from <ahref="https://nlnetlabs.nl/downloads/presentations/unbound_qnamemin_oarc24.pdf">this NLnet Labs presentation</a>). You should see this display: <code>"HOORAY - QNAME minimisation is enabled on your resolver :)!"</code></li>
<li><strong>Encrypted DNS clients for desktop:</strong>
<ul>
<li><em>Firefox</em> comes with built-in DoH support with Cloudflare set as the default resolver, but can be configured to use any DoH resolver. <spanclass="badge badge-warning"data-toggle="tooltip"data-placement="bottom"data-original-title='"Cloudflare has agreed to collect only a limited amount of data about the DNS requests that are sent to the Cloudflare Resolver for Firefox via the Firefox browser."'><ahref="https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/firefox/"><iclass="fas fa-exclamation-triangle"></i></a></span> Currently Mozilla is <ahref="https://blog.mozilla.org/futurereleases/2019/07/31/dns-over-https-doh-update-detecting-managed-networks-and-user-choice/">conducting studies</a> before enabling DoH by default for all US-based Firefox users.</li>
<ul>
<li>DNS over HTTPS can be enabled in Menu -> Preferences (<code>about:preferences</code>) -> Network Settings -> Enable DNS over HTTPS. Set "Use Provider" to "Custom", and enter your DoH provider's address.</li>
<li>Advanced users may enable it in <code>about:config</code> by setting <code>network.trr.custom_uri</code> and <code>network.trr.uri</code> as the address you find from the documentation of your DoH provider and <code>network.trr.mode</code> as <code>2</code>. It may also be desirable to set <code>network.security.esni.enabled</code> to <code>True</code> in order to enable encrypted SNI and make sites supporting ESNI a bit more difficult to track.</li>
</ul>
</ul>
</li>
<li><strong>Encrypted DNS clients for mobile:</strong>
<ul>
<li><em>Android 9</em> comes with a DoT client by <ahref="https://support.google.com/android/answer/9089903">default</a>. <spanclass="badge badge-warning"data-toggle="tooltip"data-original-title="...but with some caveats"><ahref="https://www.quad9.net/private-dns-quad9-android9/"><iclass="fas fa-exclamation-triangle"></i></a></span></li>
<li>We recommend selecting <em>Private DNS provider hostname</em> and entering the DoT address from documentation of your DoT provider to enable strict mode (see Terms above). <spanclass="badge badge-warning"data-toggle="tooltip"data-original-title="If you are on a network blocking access to port 853, Android will error about the network not having internet connectivity."><iclass="fas fa-exclamation-triangle"></i></span></li>
<li><em><ahref="https://apps.apple.com/app/id1452162351">DNSCloak</a></em> - An <ahref="https://github.com/s-s/dnscloak">open-source</a> DNSCrypt and DoH client for iOS by <td><adata-toggle="tooltip"data-placement="bottom"data-original-title='"A charitable non-profit host organization for international Free Software projects."'href="https://techcultivation.org/">the Center for the Cultivation of Technology gemeinnuetzige GmbH</a>.</li>
<li><em><ahref="https://git.frostnerd.com/PublicAndroidApps/smokescreen/blob/master/README.md">Nebulo</a></em> - An open-source application for Android supporting DoH and DoT. It also supports caching DNS responses and locally logging DNS queries.</li>
</ul>
</li>
<li><strong>Local DNS servers:</strong>
<ul>
<li><em><ahref="https://namecoin.info/">Namecoin</a></em> - A decentralized DNS open-source information registration and transfer system based on the Bitcoin cryptocurrency.</li>
<li><em><ahref="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby">Stubby</a></em> - An open-source application for Linux, macOS, and Windows that acts as a local DNS Privacy stub resolver using DoT.</li>
<li><em><ahref="https://nlnetlabs.nl/projects/unbound/about/">Unbound</a></em> - a validating, recursive, caching DNS resolver. It can also be ran network-wide and has supported DNS-over-TLS since version 1.7.3.</li>
<ul>
<li>See also <ahref="https://www.ctrl.blog/entry/unbound-tls-forwarding.html">Actually secure DNS over TLS in Unbound on ctrl.blog</a>.</li>
<li><em><ahref="https://pi-hole.net/">Pi-hole</a></em> - A network-wide DNS server mainly for the Raspberry Pi. Blocks ads, tracking, and malicious domains for all devices on your network.</li>
<li><em><ahref="https://gitlab.com/quidsup/notrack">NoTrack</a></em> - A network-wide DNS server like Pi-hole for blocking ads, tracking, and malicious domains.</li>
</ul>
</li>
<li><strong>Further reading:</strong>
<ul>
<li>On Firefox, DoH and ESNI</li>
<ul>
<li><ahref="https://wiki.mozilla.org/Trusted_Recursive_Resolver">Trusted Recursive Resolver (DoH) on MozillaWiki</a></li>
<li><ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=1500289">Firefox bug report requesting the ability to use ESNI without DoH</a></li>
<li><ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=1542754">Firefox bug report requesting the ability to use Android 9+'s Private DNS (DoT) and benefit from encrypted SNI without having to enable DoH</a></li>
<li><ahref="https://blog.cloudflare.com/encrypted-sni/">Encrypt it or lose it: how encrypted SNI works on Cloudflare blog</a></li>
</ul>
<li><ahref="https://www.isc.org/blogs/qname-minimization-and-privacy/">QNAME Minimization and Your Privacy</a> by the Internet Systems Consortium (ISC)</li>
<li><ahref="https://www.isc.org/dnssec/">DNSSEC and BIND 9</a> by the ISC</li>