I know some folks are anti Ubiquiti Unifi on here, but you can run pihole (along with a bunch of other stuff) right on a UDM/UDM-Pro. IMO it makes the most sense to run this on the router, and you can run it in a docker container. If you're looking for a fun hour or two project, check out: https://github.com/boostchicken-dev/udm-utilities/tree/maste...
Setting up a Pi Hole made my home network faster
101–110 of 249 posts
Re: Setting up a Pi Hole made my home network faster
#102Re: Setting up a Pi Hole made my home network faster
#103I found this basically only helped for laptops. Our phones and smart devices all use either DoH or hardcode a specific DNS resolver. I haven't spent the time going all the way down to re-routing all port 53 traffic, but I doubt it'll do much. To me the future of the home network is largely dead as long as I can't reasonably manage the software on these devices.
Re: Setting up a Pi Hole made my home network faster
#104ublock origin works fine as a plugin in firefox on android, and blocks ads just as effectively on firefox on desktop.
the ability to install arbitrarily chosen firefox compatible plugins on firefox on android is a huge deal for me. it makes it almost as powerful and useful as firefox desktop.
the only time I need to touch chrome anymore is when using some rare 1% of online shopping website that seems to think a firefox useragent is a bot.
Re: Setting up a Pi Hole made my home network faster
#105I love pihole - but this is still slightly exaggerated. DNS-based sinkholin does have its limitations.
Re: Setting up a Pi Hole made my home network faster
#106Re: Setting up a Pi Hole made my home network faster
#107Earlier quoted context omitted.
In the case of just using a PiHole, a hard-coded server would easily get around it. But if the network outright blocks random DNS requests, that only leaves DoH, which would require fixed IPs, which should be able to be detected and blocked, right? Sure, the setup becomes a bit more involved...
Remember- there is no reason you can’t serve DoH from the www host (the web server). So you won’t necessarily even get to play this cat and mouse game - the dns requests are indistinguishable from your web requests. I guess you could mitm your own ssl traffic and strip out dns answers there? But then … how soon until we see DoHoH?
DoH over Tor already exists, but more importantly, Oblivious DoH (kind of like DoHoH) is being standardized by the IETF: https://datatracker.ietf.org/doc/draft-pauly-dprive-obliviou...
Re: Setting up a Pi Hole made my home network faster
#108Re: Setting up a Pi Hole made my home network faster
#109Like any other project I run everything in a Docker container, and this project should be no different. What is the advantage of this in this case?
I do discaster recovery tests for my home lab from time to time. This is bare metal recovery (from empty hardware). - I download the ISO for my system (Arch Linux) - I install it on a drive - I install docker and a (very) few other things - I recover /etc/docker and data from a backup - I run my docker-compose - the server is up Time: around 30 min to 1 hour without any documentation. For me - THAT is the real power…
Re: Setting up a Pi Hole made my home network faster
#110Like any other project I run everything in a Docker container, and this project should be no different. What is the advantage of this in this case?
Specifically relating to pihole (as of previous versions) it wasn’t the cleanest install uninstall experience and left a bunch of crap behind on my system. I now run it in a docker container because of this, but I can’t speak to OPs motivations