Earlier quoted context omitted.
No additional hardware required, you can use it to provide some protection to your family without having to worry about remote access to the Pi-Hole to configure things, works for your devices on the go, cheaper than running pi-hole in the cloud yourself unless. Pricing wise it’s over 2 years worth of service for the price of an original Pi, a good SD card and a case. The only circumstances where Pi Hole is unquestio…
FWIW, pihole is not tied to any particular hardware. For example: https://github.com/pi-hole/docker-pi-hole
Pi-hole 5.0
131–140 of 254 posts
Re: Pi-hole 5.0
#132Earlier quoted context omitted.
The Web UI has a Disable button, and also quick options for permanent, 10 seconds, 30 seconds, 5 minutes, custom, etc. I think there's also an API as well. I can toggle it via Alexa and Home-Assistant. It's a feature that's been around for 2 years or more
I just noticed that the home assistant addon has been deprecated: https://github.com/hassio-addons/addon-pi-hole . I hope that it comes back eventually.
I also don't like it as AdGuard is a commercial company, and I have zero need for the added features like parental control.
But I don't really care, I run all the dockers that have nothing to do with home assistant outside of hassio anyway.
Re: Pi-hole 5.0
#133Pi-hole is very easy to set up, and it works so well you can basically forget about it from that point on. Blocking ads is nice, but it’s also a huge boon for privacy. I run uBlock origin on all my browsers, but Pi-hole still blocks 30-50% of requests on my network. It’s also really nice to be able to glance at the logs and get an idea of what’s going on on your network, or if there’s any unusual activity. I’m especi…
I set up a pihole and literally forgot about it. Like I was cleaning out a closet on moving day and found it plugged in. Took a moment to even realise what it was doing there.
Re: Pi-hole 5.0
#134Re: Pi-hole 5.0
#135> Much more efficient memory use. This is more impressive than it sounds. My pihole currently uses about 25MB of RAM with over half a million blocked domains and around 20 clients.
I'm curious what lists you're using that gets you to 500k blocked domains?
Re: Pi-hole 5.0
#136Earlier quoted context omitted.
No additional hardware required, you can use it to provide some protection to your family without having to worry about remote access to the Pi-Hole to configure things, works for your devices on the go, cheaper than running pi-hole in the cloud yourself unless. Pricing wise it’s over 2 years worth of service for the price of an original Pi, a good SD card and a case. The only circumstances where Pi Hole is unquestio…
Interesting, thanks! I've been thinking about running a Pi-hole at home and redirecting all my phone traffic through it via WireGuard.
I also had to manually provision my Android phone on IKEv2 (ipsec), Algo used to provide a strongswan config but unfortunately they dropped this in favour of wireguard. But you can still set it up manually (and on Samsung devices you don't even need strongswan). Wireguard is faster, yes, but my work blocks pretty much every port they don't know, except IKEv2/ipsec because many contractors use it to connect to their work :)
Re: Pi-hole 5.0
#137 dnsmasq
adblock
luci-app-adblock
You may also need libustream-mbedtls
Just tried it, works great. With a few small lists, the amount of blocked DNS requests is floating at around 30%.[1]: https://openwrt.org/docs/guide-user/services/ad-blocking
Re: Pi-hole 5.0
#138Re: Pi-hole 5.0
#139I have never used this but how does it block ads on https pages? Or am I misunderstanding pi-hole?
Browsing sites served over HTTPS still requires querying a DNS server to figure out what IP address to connect to. Pi-hole acts as a DNS server and returns invalid results when asked for the IP of a blocked site. Ads are served from a separate domain from content, so they can be blocked without affecting the content.