Is anyone successfully using PiHole with non-technical users? My main concern with putting PiHole on my home network is that for example my mother in law might not understand that she can't get to some web page because it's being ad-blocked, nor would she be able to go to the web admin page and temporarily unblock it. Even as a technical person sometimes it takes a while to figure out that a page isn't working becaus…
I've set it up for most of my close family and friends, added a physical button to the top of the Raspberry Pi case that disables it for x minutes (x changes depending who they are and their needs), so if they're having issues they go press the button to access the problematic website. I keep reading about people having to disable the Pi-Hole so much that it becomes annoying, or constantly butting heads with websites…
Ad blocking with Raspberry Pi and Pi-hole
51–60 of 163 posts
Re: Ad blocking with Raspberry Pi and Pi-hole
#52Funny, I did the exact same thing 1 week ago https://oschvr.com/posts/blocking-ads-with-pihole/
Re: Ad blocking with Raspberry Pi and Pi-hole
#53I wish it were more effective in removing Youtube ads on my kids' iPads, but I understand it's a tall order. At least it gets rid of ads in most other apps.
Re: Ad blocking with Raspberry Pi and Pi-hole
#54I wish it were more effective in removing Youtube ads on my kids' iPads, but I understand it's a tall order. At least it gets rid of ads in most other apps.
I've been using Lockdown[0] on my iPhone. It blocks everything for me, and is open source. [0] https://lockdownhq.com/
Re: Ad blocking with Raspberry Pi and Pi-hole
#55Unplugged it faster than I could swear.
Re: Ad blocking with Raspberry Pi and Pi-hole
#56Is anyone successfully using PiHole with non-technical users? My main concern with putting PiHole on my home network is that for example my mother in law might not understand that she can't get to some web page because it's being ad-blocked, nor would she be able to go to the web admin page and temporarily unblock it. Even as a technical person sometimes it takes a while to figure out that a page isn't working becaus…
I've set it up for most of my close family and friends, added a physical button to the top of the Raspberry Pi case that disables it for x minutes (x changes depending who they are and their needs), so if they're having issues they go press the button to access the problematic website. I keep reading about people having to disable the Pi-Hole so much that it becomes annoying, or constantly butting heads with websites…
Usually sites where the dev has based functionality on a JS module loaded from an advertise/tracker site, and that is being blocked, resulting in missing functionality.
Two prominent examples that I've personally had to deal with: CVS, and Taco Bell's iOS app.
Edit: Oh, and google's inserted redirects in shopping results lists are blocked by default.
Re: Ad blocking with Raspberry Pi and Pi-hole
#57I wish it were more effective in removing Youtube ads on my kids' iPads, but I understand it's a tall order. At least it gets rid of ads in most other apps.
I pay google the $10/mo. for no ads on youtubeso the kids don't get exposed. The extra benefits are - play video with the screen off to listen to lectures - youtube music - specifically good for letting the toddler hear the wiggles without having to watch a wiggles video on youtube I also pay hulu for no ads. I'm happy for the opportunity to pay directly for entertainment instead of with my eyeballs. No way to opt ou…
I like how you phrased this as a solved engineering problem.
Re: Ad blocking with Raspberry Pi and Pi-hole
#58Earlier quoted context omitted.
I've set it up for most of my close family and friends, added a physical button to the top of the Raspberry Pi case that disables it for x minutes (x changes depending who they are and their needs), so if they're having issues they go press the button to access the problematic website. I keep reading about people having to disable the Pi-Hole so much that it becomes annoying, or constantly butting heads with websites…
I like that physical button solution. Do you have a github repo or blog post documenting how you did it anywhere?
I've been meaning to make a blog post about it but haven't got around to it yet. I'll try write something up later today/tonight.
[0] https://raspberrypihq.com/use-a-push-button-with-raspberry-p...
Edit: I found this which is a much bigger/fancier version of what I did, but has the associated code you can pull out for a simple button: https://github.com/nickearl/piHoleButtons
Re: Ad blocking with Raspberry Pi and Pi-hole
#59For my home desktop browser, I just use uBlock Origin to block ads. But for my phone, I set up a PiHole running on an EC2 instance and VPN into it from my phone. Blocks ads in everything, not just my web browser. The VPN is configured to only tunnel DNS lookups, not traffic, so the EC2 bandwidth bill is minimal.
Probably lightweight enough for the free EC2 tier too!
But I have an instance that I already use for other things (IRC bouncer, Mumble server, Taiga task/issue tracker, and test server for a game I was writing) that has plenty of CPU time to spare, so it's not costing me anything.
Re: Ad blocking with Raspberry Pi and Pi-hole
#60Earlier quoted context omitted.
I've set it up for most of my close family and friends, added a physical button to the top of the Raspberry Pi case that disables it for x minutes (x changes depending who they are and their needs), so if they're having issues they go press the button to access the problematic website. I keep reading about people having to disable the Pi-Hole so much that it becomes annoying, or constantly butting heads with websites…
I like the button idea... you got a howto for that?