A free, sovereign and GDPR-compliant recursive DNS resolver with a strong focus on security to protect the citizens and organizations of the European Union.
The European public DNS that makes your Internet safer.
A free, sovereign and GDPR-compliant recursive DNS resolver with a strong focus on security to protect the citizens and organizations of the European Union.
No, but "four 8s" is easier to remember.
If they had a memorable IP, I'd use them in a heartbeat.
I'll put them on my network DNS resolver, but I'm probably still gonna use 8s. Especially since that's the resolver that LetsEncrypt uses exclusively
From what I understand the DNS it's a node from which you PC accesses the internet, right? And your internet provide has a default one that itbhad access to.
How do you know what DNS is ok and what should you look in for a secure DNS?
The most important thing is to not go for options like Google (8.8.8.8) or Cloudflare (1.1.1.1), which a lot of techies default to.
Using your ISP's DNS is actually relatively okay, because they are quite well regulated by the GDPR and ePrivacy Directive (e.g. they cannot sell your traffic data or use it for advertising without proper freely-given consent) and you're already paying them so they don't need to sell your data to turn a profit. In most cases this configuration is good enough.
The remaining issues could be mass surveillance (some EU member states force ISP's to keep traffic logs for fighting crime). Switching to a third party NS recursor could work, but you would then have to trust them.
Or perhaps you want DNS over TLS or HTTPS, which not all ISPs offer. Without that, DNS is unencrypted so an wiretapper between you and your ISP could monitor what websites you visit. But such an attack isn't very likely to happen.
Lastly, some internet censorship is done by forcing ISP's to block domains at the DNS level. Using a different DNS recursor gets around that, as long as there are no more sophisticated blocks in place.
One other thing what DNS service affects is how quickly webpages loads, especially nowadays when every webpage is full of advertisements. For example, if you try to load a webpage that consists of files on 10 different servers, your computer needs to send 10 DNS queries. If these queries happen sequentially (one query has to resolve, before the next is sent), and if each query takes 1 second, it would take at least 10 seconds for that page to load. If those queries instead resolve in 0.1 second each, that same page would load in about 1 second. GRC Domain Name Speed Benchmark is popular benchmarking tool for testing how fast your DNS service is.