Hacker News new | ask | show | jobs
by ycdavidsmith 1284 days ago
I use pihole running on our household synology nas. Kids devices are in a group, there’s a rule that blocks all DNS lookups. Kids are trained to set timers, and I set one too, and when the timer goes off, I pull out my phone and click the single button that turns off their DNS. There are exceptions for Kahn Academy, Wikipedia, Prodigy Software; maybe will add more as kids age. Been very happy with this setup. And I’ll be so proud when they learn to bypass it.
1 comments

This seems pretty interesting, do you have links that provide more details on this? Is it all functionality that's available by default on pihole or did you use some mods/custom blocklists/etc?
It's stock pihole functionality, just the basic groups management feature and default blocklist. Using the stock pihole docker container. There are some helpful blog posts [1, 2] in the top google search results for this setup but honestly very easy setup. I like simple setups.

[1] https://mariushosting.com/how-to-install-pi-hole-on-your-syn... [2] https://www.wundertech.net/how-to-setup-pi-hole-on-a-synolog...

I should add that what makes it work so nicely with pihole is you can use regular expressions for the DNS allow/block lists. So the kids group has a deny rule of `.*` and those few explicit allowed sites I mentioned.