TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Pi-hole v6

573 点作者 tkuraku3 个月前

36 条评论

andy_xor_andrew3 个月前
I set up pi-hole recently after hearing about it for years. I was kind of surprised at a lack of really basic features (imo):<p>There isn&#x27;t any kind of &quot;dry run&quot; or &quot;phantom&quot; mode, where requests are not actually blocked, but appear marked in the log UI as &quot;would be blocked&quot;. This is super important because I want to see all the things my home network is doing that <i>would be</i> blocked before I actually hit the big red button. I want to fix up the allow&#x2F;denylist before going live.<p>It&#x27;s also not possible (or not clear) how to have different behavior for different clients. For my &quot;smart tv&quot; which I begrudgingly have to allow on my network occasionally for software updates, I want to treat it with the strictest possible list. But for my phone, I don&#x27;t want that same list. There&#x27;s a concept of &quot;groups&quot; so perhaps this is user error on my part, but the UI does not make this clear.
评论 #43093991 未加载
评论 #43101364 未加载
评论 #43093936 未加载
评论 #43093941 未加载
评论 #43094151 未加载
评论 #43096439 未加载
评论 #43096216 未加载
评论 #43093857 未加载
评论 #43093870 未加载
评论 #43094002 未加载
评论 #43093977 未加载
评论 #43096460 未加载
评论 #43100953 未加载
评论 #43102740 未加载
LeoPanthera3 个月前
I&#x27;ve been using AdGuard Home, which does pretty much the same thing, but is slightly better polished, with things like support for DoH and OSs other than Linux.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;AdguardTeam&#x2F;AdGuardHome">https:&#x2F;&#x2F;github.com&#x2F;AdguardTeam&#x2F;AdGuardHome</a>
评论 #43094264 未加载
评论 #43094603 未加载
评论 #43094447 未加载
评论 #43094228 未加载
评论 #43104901 未加载
评论 #43096765 未加载
评论 #43123253 未加载
评论 #43105010 未加载
评论 #43093780 未加载
Mossy93 个月前
Pi-hole is such a great tool. I&#x27;ve been running it for a few years on a raspberry pi zero, and am constantly astonished by the sheer amount of cruft it blocks for me.<p>Congratulations to the team for the release - happy to support you via Patreon!
评论 #43094089 未加载
_fat_santa3 个月前
Pi-hole is a killer application and I&#x27;ve loved it since I got it setup. One other app I highly recommend to run on your Pi in addition to Pi-hole is Nginx Proxy Manager[1].<p>[1]: <a href="https:&#x2F;&#x2F;nginxproxymanager.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nginxproxymanager.com&#x2F;</a>
评论 #43106712 未加载
评论 #43100372 未加载
seanp2k23 个月前
I’ve been happy with AdGuard Home on two Pi4s and a little home server for years now: <a href="https:&#x2F;&#x2F;adguard.com&#x2F;en&#x2F;adguard-home&#x2F;overview.html" rel="nofollow">https:&#x2F;&#x2F;adguard.com&#x2F;en&#x2F;adguard-home&#x2F;overview.html</a><p>I have some scripts to sync config between them and a Jenkins job if I want to pause blocking on them for a bit.<p>It looks like <a href="https:&#x2F;&#x2F;github.com&#x2F;mattwebbio&#x2F;orbital-sync">https:&#x2F;&#x2F;github.com&#x2F;mattwebbio&#x2F;orbital-sync</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;lovelaze&#x2F;nebula-sync">https:&#x2F;&#x2F;github.com&#x2F;lovelaze&#x2F;nebula-sync</a> can sync configs with Pi-hole 6 now, but it’s quite a bit of code for what looks like just a few HTTP requests to get the config from one using the teleporter feature, then restore it on the others using the same.
评论 #43094488 未加载
jccalhoun3 个月前
I&#x27;ve been using Technitium for a couple years and been pretty happy with it <a href="https:&#x2F;&#x2F;technitium.com&#x2F;dns&#x2F;" rel="nofollow">https:&#x2F;&#x2F;technitium.com&#x2F;dns&#x2F;</a>
评论 #43096139 未加载
评论 #43095068 未加载
评论 #43094214 未加载
评论 #43096249 未加载
eamag3 个月前
Want to highlight <a href="https:&#x2F;&#x2F;nextdns.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nextdns.io&#x2F;</a> as a similar service, very happy with it
评论 #43093637 未加载
评论 #43093662 未加载
评论 #43094244 未加载
评论 #43093639 未加载
评论 #43094274 未加载
zymhan3 个月前
&gt; The web interface has been completely overhauled with settings split into Basic and Expert modes. This allows users to customize their experience based on their comfort level and needs.<p>This sounds helpful for setting up a Pi-Hole for family or friends that aren&#x27;t DNS admins by day.
Sohcahtoa823 个月前
I love PiHole.<p>I run my PiHole on a small cloud VM that I use for several projects, but put it behind a VPN that&#x27;s configured to only forward DNS lookups, then VPN into it from my phone. So many advantages behind this setup.<p>- Since only DNS lookups are tunneled, I don&#x27;t have to worry about tunneling ALL my traffic and paying egress fees<p>- Blocks ads in ALL apps, not just my browser<p>- If it&#x27;s acting up, I can just disconnect from the VPN to disable PiHoling<p>- Don&#x27;t have to expose my home IP address and open a port for the world to start banging on
评论 #43094893 未加载
TriangleEdge3 个月前
I have a script update my hosts file to route domains to 0.0.0.0 and ::0 . I get the domains from <a href="https:&#x2F;&#x2F;github.com&#x2F;StevenBlack&#x2F;hosts">https:&#x2F;&#x2F;github.com&#x2F;StevenBlack&#x2F;hosts</a>.
评论 #43113732 未加载
unsnap_biceps3 个月前
Does anyone know if pihole is ever going to add DoH or similar support natively? I&#x27;ve had such troubles with cloudflared awhile back that I gave up on DoH, but would love to encrypt those queries.
评论 #43094814 未加载
评论 #43093987 未加载
评论 #43093564 未加载
评论 #43093708 未加载
plg3 个月前
love pi-hole<p>we block all meta and X properties from our home network, also ads<p>and it&#x27;s self hosted on our own metal<p>it&#x27;s a wonderful life
评论 #43094130 未加载
评论 #43094275 未加载
wkyleg3 个月前
In my experience Pi hole is a very worthwhile investment. People who used my internet when I had one would remark how much faster it was. Everything in general seems faster, even things that you wouldn&#x27;t think of. I typically use Brave for browsing which has good ad blocking capabilities, but this adds a whole additional layer.<p>The only reason I don&#x27;t use one now is that I travel a lot more so it&#x27;s irrelevant, and I have to work enough on tools with Google&#x2F;Vercel&#x2F;other analytics that it is just very inconvenient.<p>Regarding smart TVs, I have found that it&#x27;s better to just use an Apple TV or Kodi box and never connect to them internet though. Having said, I gave my TV away because I never used it, so this might not be as up to date. A Pi hole will block ads on smart TVs though.
评论 #43096379 未加载
评论 #43094774 未加载
评论 #43096365 未加载
ProllyInfamous3 个月前
I make these suggestion during all conversations about PiHoles:<p>Use Class A2 SDmicro cards (they&#x27;ll last significantly longer... particularly if you keep logs). There are additional 3rd-party installations which can write into RAM, but IMHO it&#x27;s easier for most new users to just buy better NANDs.<p>Set up more than one physical Raspberry Pi, running multiple versions of PiHole software on multiple IP addresses.<p>Have your main DHCP router auto-issue DNS information for your &quot;most permissive&quot; PiHole, with a minimal list of choice URL-blocks (e.g. pagead2.* , doubleclick). Individual clients can then manually change DNS server to 2nd (3rd... 4th...) PiHole(s) which are each <i>more-restrictive</i>.<p>This allows non-technical users to still browse somewhat ad-free, but also won&#x27;t block banking&#x2F;govt&#x2F;etc for novices. As a failsafe, teach <i>users</i> to enter your router&#x27;s IP as DNS x.x.x.1 [should they ever need to bypass local filtering, entirely].<p>I use sequential IP addresses [192.168.0.6, x.x.x.7, x.x.x.8, x.x.x.9] so it&#x27;s easier to explain&#x2F;teach my networks ad-blocking capabilities. YES, I understand that Pi-Hole allows different clients to follow different rulesets, but if you can afford to buy redundant hardware <i>it&#x27;s just so much easier to change the client DNS server information when a specific website isn&#x27;t working correctly [due to erroneously blocked host]</i>.
kmfrk3 个月前
Lots of great memories using Pi-hole and messing with RPi. I eventually ended up putting my devices on Tailscale and managing DNS through it, eventually using Mullvad VPN as the exit node.<p>Pretty good interface, and most people just have to connect using the app. Having a virtual network between devices with dedicated IPs is pretty nice too.
lanthade3 个月前
The big feature miss for me in this announcement is baked in support for configuration sync between servers. Redundant DNS is common and it would be nice if pi-hole supported this oob. Making it even better would be an ability to see stats across all synced servers from one location.
评论 #43095915 未加载
urbanporcupine3 个月前
I am a beginner and never used Pi-Hole before.<p>I checked that Pi-Hole can run on Raspberry pi zero as per the GitHub. But would you recommend to use Raspberry Pi 5 2 GB or 4 GB RAM instead of Raspberry Pi zero. I don&#x27;t have any Raspberry Pi and I intend to make a new purchase.
评论 #43101063 未加载
unethical_ban3 个月前
Slightly off topic, but it annoys me that protonvpn does not allow split tunnel of DNS to an internal host. It calls this DNS leak protection, which is a good default. But I want to run my own DNS server and I know what I&#x27;m doing, and the Proton GUI won&#x27;t let me.
评论 #43097248 未加载
Netcob3 个月前
Finally a REST API!<p>I&#x27;ve been waiting for this - I wanted to play around with blocking distractions on various rules, but controlling pi-hole remotely was a huge pain and often didn&#x27;t work until now.
评论 #43095460 未加载
dmacvicar3 个月前
I do something similar to Pi-Hole using plain dnsmasq.<p>I use two old PINE64 (one with FreeBSD, one NetBSD to make it more fun), and the Ansible configuration downloads <a href="https:&#x2F;&#x2F;github.com&#x2F;ShadowWhisperer&#x2F;BlockLists">https:&#x2F;&#x2F;github.com&#x2F;ShadowWhisperer&#x2F;BlockLists</a> and creates a file dnsmasq can use. Which lists from the repo to use is defined as a variable.<p>Works very well and I feel I can understand what is going on.
RandomDistort3 个月前
Not sure if this is the right place to ask, but I&#x27;ve got a semi-obscure DNS question.<p>I&#x27;d like to use Cloudflare&#x27;s Zero Trust DNS filtering with DoH by running a DNS proxy on my network.<p>I can get this to work great with github.com&#x2F;adguardTeam&#x2F;dnsproxy (running on a Pi 4B) but what I would really like is to have different devices (based on their IP on the network) get their queries forwarded onto a different DoH upstream.<p>Is this possible in a simple way?
评论 #43095112 未加载
评论 #43094662 未加载
ConanRus3 个月前
We’ve integrated a new REST API and embedded web server directly into the pihole-FTL binary. This eliminates the need for lighttpd and PHP&quot;<p>oh noes!
mrbluecoat3 个月前
5+ year development cycle. Impressive! <a href="https:&#x2F;&#x2F;pi-hole.net&#x2F;blog&#x2F;2023&#x2F;10&#x2F;09&#x2F;pi-hole-v6-beta-testing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pi-hole.net&#x2F;blog&#x2F;2023&#x2F;10&#x2F;09&#x2F;pi-hole-v6-beta-testing&#x2F;</a><p>Any details on what HTTPS support provides, other than a TLS connection to the admin dashboard?
评论 #43096112 未加载
eellpp3 个月前
Have used pi hole for over 5 years and very happy with it. Most times I use it via phone to manage kids devices to block&#x2F;unblock access etc and this also works quite well . Thank you very much
miningape3 个月前
Ha! I bought a Pi5 as a Christmas present for myself, I&#x27;ve only done some basic setup and gotten sidetracked by other projects - but setting up pi-hole is near the top of my list of sh*t to get done
评论 #43097083 未加载
sizzle3 个月前
Will it block YouTube ads?
评论 #43118104 未加载
评论 #43099885 未加载
ncrmro3 个月前
Nice.<p>I wish pihole or adguard would add support for change DNS records based on the query subnet. I believe this is called DNS views.<p>That way my local devices and wireguard devices can get the correct IP for internal services.
评论 #43094626 未加载
评论 #43095173 未加载
评论 #43098388 未加载
kayson3 个月前
I wish pfblocker-ng was as easy to use and polished as pihole. It seems silly to run an extra DNS resolver if I&#x27;m already running one on pfsense, but the interface makes it tempting
Havoc3 个月前
Can it do native dns over http yet? Without hacky unbound proxy I mean.<p>That’s why I switched to affairs home but wouldn’t mind switching back
TZVdosOWs3kZHus3 个月前
Came here to give a big THANK YOU to everyone making this project possible.<p>I am using Pi-Hole for about 8 years and can&#x27;t imagine a world without it.<p>Another big THANK YOU to all list maintainers out there. You&#x27;re doing an incredibly useful service to the community.
评论 #43102517 未加载
opengears3 个月前
if you are on openwrt i can recommend checking out unbound and adblock as alternatives (running directlly on your routers without the need of a raspberry pi)
issafram3 个月前
FINALLY. that dev branch was out there forever
nirav723 个月前
Still no wildcard domain support for local DNS.
jedisct13 个月前
I just use dnscrypt-proxy directly.
bangaladore3 个月前
Ironically their website has been hugged to death.
评论 #43093797 未加载
评论 #43093605 未加载
peme9693 个月前
noice