add dnscrypt blog post to main page

This commit is contained in:
oxeo0 2025-06-05 16:35:06 +02:00
parent f30f806d05
commit 283f34c272
No known key found for this signature in database
GPG key ID: B4DCEAB52B5BEC67
2 changed files with 3 additions and 2 deletions

View file

@ -1,10 +1,10 @@
---
author: cynthia
date: 2025-06-01
date: 2025-06-05
gitea_url: "http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/311"
xmr: 84ybq68PNqKL2ziGKfkmHqAxu1WpdSFwV3DreM88DfjHVbnCgEhoztM7T9cv5gUUEL7jRaA6LDuLDXuDw24MigbnGqyRfgp
---
# DoT, DoH, DNSCrypt, DNS over Tor and Local DNS: What actually protects you? (and tutorials on how to set each of them up)
# DoT, DoH, DNSCrypt, DNS over Tor and Local DNS: What actually protects you?
DNS is the most common way to resolve domain names into IP addresses. It's a pretty old protocol that still works, albeit with some shortcomings that have plagued the protocol over the years. The protocol lacks any encryption which allows any 3rd party with access to your connection (such as your ISP, etc.) to easily spy on DNS queries or even intercept and replace DNS responses to sabotage access to certain websites.
Several solutions have popped up over the years to fix these issues, These mostly just act as wrappers around the DNS protocol in a way. This blogpost will measure the advantages and disadvantages of these solutions, and also offer a guide on how to set up each of them.