Comment on Why is DNS often joked about in the I.T. Industry?
thermal_shock@lemmy.world 3 months agoused to feel this way about dns until I setup my profile. I love how dns controls so much behind the scenes.
Comment on Why is DNS often joked about in the I.T. Industry?
thermal_shock@lemmy.world 3 months agoused to feel this way about dns until I setup my profile. I love how dns controls so much behind the scenes.
stupidcasey@lemmy.world 3 months ago
DNS isn’t supposed to control that much PIhole is a hack, it would be more accurate to say PIhole controls so much behind the scenes. DNS is supposed to do exactly this domain.com->1.2.3.4 nothing more and nothing less anything else is a hack when cloud flair runs all your traffic traffic through a proxy that is them hacking the system domain.com->change-1.2.3.4
JackbyDev@programming.dev 3 months ago
Does Pi Hole do anything Ad Guard’s Public DNS servers can’t? adguard-dns.io/en/public-dns.html seems easier this way which is why I ask.
thermal_shock@lemmy.world 3 months ago
what do you think is pointing adservers to a black hole and not being able to reach my home network?
BaroqueInMind@lemmy.one 3 months ago
A hosts list that Unbound is augmenting within PiHole. The entire core function of PiHole is leveraging Unbound. Without it, it’s a useless GUI. In fact, you can completely ditch PiHole, if you know what you’re doing, and simply run Unbound as a daemon in a minimal container and do exactly what PiHole does with less resources.
trafficnab@lemmy.ca 3 months ago
I think I can spare the 55mb of ram my pihole container takes up
JackbyDev@programming.dev 3 months ago
Does this block the sds itself or do I need additional configs?