this post was submitted on 10 Mar 2025
71 points (100.0% liked)

Buy European

2608 readers
6211 users here now

Overview:

The community to discuss buying European goods and services.

Benefits of buying local:

Local investment, job creation, innovation, increased competition, more redundancy.

Matrix Chat

Related Communities:

Buy Local:

[email protected]

[email protected]

[email protected]

Buying and Selling:[email protected]

Boycott:[email protected]


Banner credits: BYTEAlliance


founded 1 month ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/26984767

DNS0 EU

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 day ago (1 children)

A DNS is a Domain Name Server.
It is what translates lemm.ee into an IP address.

Perhaps you are thinking of VPN, or virtual private network?

[–] [email protected] 2 points 1 day ago (3 children)

No, I just don't understand how a DNS can be secure or not secure

[–] [email protected] 3 points 1 day ago

You can get a lot of metadata from DNS lookups.

Traditional DNS is just simple UDP. There is no authentication of authority.
There are actually DNS attacks where - if you are intercepting the traffic - you can reply faster than the actual DNS. At which point the client will trust whatever you return as it arrived first.
Indeed, that's how multiple DNS addresses work. Your computer will yeet a request to all configured DNS. First response gets used.

Also, as it's unencrypted, anyone that can snoop the traffic can see what domain names you are requesting.

There are a few standards that are working to solve this including DoH (DNS over HTTPS) and DoT (DNS over TLS).

[–] WasteWizard 3 points 1 day ago

DNS gives your PC all the info on how to contact Domain Names like reddit.com or phtn.app. Your PC does that a lot and all the time. This connection is normally not verified or checked or encrypted. If you didn't touch your DNS configuration you probably use your provider's DNS server. So they know which services you use, which OS, where and when you go to which pages, and because there is no encryption anyone else may know or even change that, too. Instead of sending you directly to reddit.com a malicious entity might want to send you to another server first to do bad stuff. This is what makes it not secure.

[–] [email protected] 2 points 1 day ago

You can see a DNS server as a phone book for your computer. Your computer needs to seek a connection to an ip address to display a website for example. But you as a user only knows the url of the website. So your computers asks the dns server which ip address it should go to.