TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pi-hole FTL v5.12, Web v5.9 and Core v5.7 released

34 pointsby bjokoover 3 years ago

3 comments

pridkettover 3 years ago
Pi-hole is wonderful for blocking ads, but It doesn’t do as much for protecting your privacy as some people think. For the most part, it passes your DNS requests over unencrypted UDP to upstream servers, which means that your ISP can, and does, spy on those requests - even if you’re sending them to Cloudflare&#x2F;Quad9&#x2F;NextDNS. I wish that folks understood the scope of DNS snooping done by ISPs. It’s far easier than unencrypted SNI snooping to build out.<p>It seems like the best way to block ads and protect privacy is to run another resolver (cloudflared, NextDNS proxy, etc) in parallel. It’s extra work, but the privacy is probably worth it. I look forward to PiHole directly supported encrypted DNS over TLS or DNS over HTTPS&#x2F;QUIC in the future.<p>In the mean time, if you want to avoid running an upstream resolver in parallel, AdGuard Home supports native DNS over HTTPS&#x2F;TLS&#x2F;etc.
评论 #29677286 未加载
评论 #29678503 未加载
评论 #29677661 未加载
评论 #29679041 未加载
ricardojoaoreisover 3 years ago
Love pi-hole! I’m running it on a tiny ROCK Pi S[1] next to my router and haven’t had any issues whatsoever.<p>Always amazed at the amount of requests blocked by just the default list included with pi-hole. Although I’m a bit concerned that more and more apps&#x2F;devices will start using DNS over HTTPS to get around pi-hole like solutions…<p>[1] <a href="https:&#x2F;&#x2F;wiki.radxa.com&#x2F;RockpiS&#x2F;hardware&#x2F;rockpiS" rel="nofollow">https:&#x2F;&#x2F;wiki.radxa.com&#x2F;RockpiS&#x2F;hardware&#x2F;rockpiS</a>
GekkePrutserover 3 years ago
I wonder what the differences are in these 3 versions. Their home page doesn&#x27;t mention them.<p>It&#x27;s a great product though. I know it&#x27;s basically a wrapper around dnsmasq. But the ease of use takes it from an item on a todo list to figure out some rainy day to a piece of software even many non technical people have running.<p>I run it myself too, the docker version.
评论 #29683775 未加载