this post was submitted on 03 Feb 2025
265 points (99.3% liked)
Technology
61774 readers
3267 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I should set one up. Is it a huge pain in the ass?
The Pi-Hole itself is very straightforward if you're cool with using docker - the example docker-compose.yaml on Docker Hub just worked for me. But getting your devices to use the Pi-Hole instead of their usual DNS server can be harder than it should be.
Nah mate, if you set your PiHole to be the DHCP of your network, it will force DNS server settings onto the devices it's handing out IPs to. Just set the PiHole as DHCP server in your router and it'll be fine.
Getting DNS and DHCP mixed up here.
DNS you set in your DHCP, DHCP you either disable or enable.
Set the PiHole as DNS on your router or disable DHCP on the router altogether and enable it on the Pi. The former is simpler.
Oh sorry it was a little late, yes disable DHCP in Router and set your PI to be the DHCP server.