DNS Public Server: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
==Google DNS== | |||
Google DNS is a free, global DNS resolution service that you can use as an alternative to your current DNS provider. | |||
{| class="wikitable" | |||
|+ | |||
|- | |||
! Protocol !! Address | |||
|- | |||
| DNS, IPv4 || <code>8.8.8.8</code> and <code>8.8.4.4</code> | |||
|- | |||
| DNS, IPv6 || <code>2001:4860:4860::8888</code> and <code>2001:4860:4860::8844</code> | |||
|- | |||
| DNS-over-HTTPS || https://dns.google/dns-query | |||
|- | |||
| DNS-over-TLS || tls://dns.google | |||
|} | |||
==Cloudflare DNS== | ==Cloudflare DNS== | ||
Cloudflare DNS is a free and fast DNS service which functions as a recursive name server providing domain name resolution for any host on the Internet. | Cloudflare DNS is a free and fast DNS service which functions as a recursive name server providing domain name resolution for any host on the Internet. | ||
| Line 50: | Line 67: | ||
| DNS-over-TLS || <code>tls://family.cloudflare-dns.com</code> | | DNS-over-TLS || <code>tls://family.cloudflare-dns.com</code> | ||
|} | |} | ||
==Source== | |||
*[https://kb.adguard.com/en/general/dns-providers#google-dns adguard.com] | |||