this post was submitted on 21 Jan 2025
105 points (98.2% liked)
Technology
60659 readers
5041 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
stop using cloudflare.
Fully agreed, sorry to see people down voting you. But the Internet was not meant to be run by a single company called Cloudflare, it's a dangerous prospective. Since the more people depend on Cloudflare the more powerful it become and the more depend people will become. We need alternative solutions to protect against DoS and more.
I support this because most all cloudflare websites require browser fingerprinting otherwise they will not serve you the page. The moment I enable the jShelter addon, I am cut off from a significant portion of the internet
CF is DNS you could be using it a lot and never know
I have a pihole serving DNS for my local network that is configured to use unfiltered Quad9 for upstream.
ok, you are certainly not a common user.
Unbound is better IMO :)
Well, I'm now using pihole for blocking + unbound for recursive resolving
What are the advantages over pihole?
EDIT: https://docs.pi-hole.net/guides/dns/unbound/ this page has a good explanation
So Unbound is actually a very powerful validating, recursive and caching DNS resolver. So without relaying on Google DNS or ISP DNS, you can host your own Unbound recursive DNS server, which can do request to other DNS servers and even root-dns servers. You can even setup your own stub zones and forward zones (sorry this is too much details I know). And like I said it also has caching feature. I will soon create a blog post about Unbound as well on my https://blog.melroy.org site be sure to subscribe.
Here is a snipped of part of my config, feel free to use it however you want:
You can use both. Unbound is a validating, recursive, caching DNS resolver.
You can setup Unbound to be a self hosted DNS solution, and point PiHole to use your Unbound.
Source: Unbound
Okay but what are the advantages of doing this?
Do you know what DNS does?
If you don't, essentially is what translates IP addresses to hostnames.
So what having unbound would do is allow you to do DNS lookup locally.
Um.... yes I understand what DNS does. Really?
I'm not trying to challenge you in any way. My disconnect in understanding is what unbound does and why I would want to use it over the built-in pihole FTLDNS. What are its advantages?
EDIT: I've answered my own question, unbound queries root name servers directly instead of using DNS providers. This is interesting. New question, what is the advantage of being my own DNS provider? Privacy from my ISP (who can just see the IPs that I am connecting to, anyway)?
I wasn't trying to be short or condescending either. Just relaying what I know.
It is another layer of privacy in some cases. Could protect against poisoning of I'm not mistaken, but don't quote me.
I know for me, I prefer to self host things where I can so I can own as much of my own data as possible.