this post was submitted on 11 Mar 2025
288 points (96.5% liked)
Technology
65819 readers
4936 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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- 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
...until your family complains that their favorite site has stopped working.
Pi-Hole these days allows you to create Groups so you can set certain devices to fewer or less restrictive blocklists or just leave their connection untouched entirely. Groups is basically how you solve the problem of it breaking something for someone else.
Source: Pissed off my roommate who I somehow accidentally blocked from using Google to appraise his magic cards or something.
Hahaha my partner just started not using the wifi and didn’t tell me, I found out when her data ran out 🙄
I'd recommend setting an ad-blocking preferred DNS if the person isn't overly tech savvy
Oh haha! My wife had a similar issue with Google and those "deals" it shows, when searching for something to buy :D
Haha. Same with mine. She was mad that she was not seeing ads everywhere as she liked to interact with them and buy stuff.
God regular people are so fucking weird haha. I just can't wrap my mind around wanting to click on ads.
Sometimes I wonder if working in local television news for 10 years and being subjected to ads basically constantly broke something in me.
Had a family member complaining that they couldn't access “the internet” and found that they only clicked ads on google searches...
(boggle)🧠
The state of computer literacy and media literacy is appalling.
Pop up ads in the early internet days are what made me not ever want to click on an ad. Regular people must have missed that era of Internet.
https://github.com/jacklul/pihole-updatelists + https://github.com/lovelaze/nebula-sync
collapsed inline media
I'll definitely give those a spin when I've done a fresh install of pihole 6. I've been hesitant to do so because I don't know how to do a fresh install easily when I've already used unbound to make my pi-hole a recursive DNS server and one of my pi-holes also doubles as an immich server so I have to do a lot of backing up I as of yet have been too lazy to do.
Since the update my pi-hole is stoll blocking stuff, but I can not reach the interface anymore. I'm on DietPi and use Unbound as well.
https://discourse.pi-hole.net/t/cannot-access-web-interface-after-pihole-6-update/77366/4
To start you should go to your web admin folder at
/var/www/html/admin
and run agit fsck
to make sure you're having the same problem as the person above. If you get a lot of failures, its likely the same issue.So based on this resolved thread, it looks like you need to install
git-repair
and then once again go to your pihole web admin interface folder at/var/www/html/admin
.Then once in that folder run
git-repair --force
and then when that completes rungit pull
. Hopefully that resolves this issue for you.I had problems with the update on a previous pihole install already up and running with unbound and cloudflared. Did the v6 update as soon as it dropped just for some excitement. During install I did not disable lighttdp or remove it. When I started having failures to access the web portal it had to do with lighttpd running, stopping and disabling it with systemctl fixed most of my problems.
I use the OISD list for family members and I haven’t received a single complaint in years.
I might have to try that. I had pi hole set up but my gf couldn't use facebook so I was politely asked to remove it
Whitelisting facebook was real easy. Just by checking the query log you can identify what to whitelist and single click on a button will fix it.
I think it was specifically for mobile - I whitelisted the facebook domain (easy) but blocking various ad servers would also break functionality on the site.
For months my wife couldn't download podcasts off Spotify only for me to discover it was pihole the entire time.
It all just depends on the level of blocking you put in place. Basic adblock and malware lists tend to not break much if anything. It's when you get into tracker blocking that some sites break.