this post was submitted on 02 Nov 2023
1831 points (98.6% liked)
Memes
45997 readers
2571 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My retired parents live with me. I went ahead and put a PiHole on our home wifi. A day later my mother was literally complaining that she couldn’t click on ads on facebook. I told her those are ads and they track her and she says “well everyone likes to use the internet how they like to use it.. can you put it back the old way? I want to look at these shoes”. Can’t fucking win.
Hi, butting in here, hope you don't mind a question - is there a place to go with basic I instructions on how I can set this up too? Thanks!
https://lukesingham.com/pi-hole/
Yeah for sure. I’m no expert by any means, but I can talk through what I did.
I used the instructions directly from their code repository: https://github.com/pi-hole/pi-hole/#one-step-automated-install (I used option 1, the automated install). I did this on an old RPi2B that I had laying around.
After I set up the pi, I got its MAC address. I used this to set a static IP address in my router settings. This is important to make sure the pi keeps the same IP at all times. Then, also in my router settings, I set the DNS server to be the pi’s static IP address.
After all that was done, I just plugged the pi into a dedicated power supply and rebooted the router.