this post was submitted on 20 Jul 2025
1131 points (99.3% liked)

Technology

73567 readers
3165 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

They call it "dark traffic" - ads that are not seen by tech-savvy users who have excellent ad blockers.

Not surprised that its growing. The web is unusable without an ad blocker and its only getting worse, and will continue to get worse every month.

you are viewing a single comment's thread
view the rest of the comments
[–] shortwavesurfer@lemmy.zip 37 points 2 weeks ago (16 children)

I have my entire network running with a DNS that blocks all advertising by default. And then, just to make absolutely certain, I run browsers with UBlock Origin on them.

[–] 474D@lemmy.world 2 points 2 weeks ago (15 children)

Any good guides you know of to set that up?

[–] mic_check_one_two@lemmy.dbzer0.com 8 points 2 weeks ago (7 children)

Pi-hole. You’ll want to run two, because machines will use both a primary and a secondary server for their DNS requests. If you don’t want to buy a pair of raspberry pi’s, you can run it in Docker, which basically keeps it isolated to its own tiny virtual machine. So you’d just need to spin up a pair of docker containers to run the pair of pi-holes. If you’re using Docker, they’ll need a pair of volumes too, or else they’ll lose all of their data every time they reboot.

You’ll want this to be on a machine that is running 24/7, because any time it shuts down, your internet will essentially stop working. That’s why lots of people end up just throwing a few raspberry pis in a closet and forgetting about them.

Once it’s installed, you’ll need to load it with block lists. The default ones are pretty basic. I’d just google something like “pihole blocklists” and figure it out from there. Each list will be a URL, which allows the pihole to pull updates, (which you can tell it to do via the built-in web UI).

[–] 1984@lemmy.today 3 points 1 week ago (1 children)

Its actually not easy to run two of them since they are not designed for using a shared disk (you can get corrupted data). Its also not necessary, you can just leave the secondary dns server blank.

But if you want two because you want high availability in case one of your piholes goes down, you can rsync the settings between the two machines every 5 minutes or so. Its important to keep them in sync that way.

The secondary DNS isn’t for redundancy; machines will split requests across the two for load balancing. If you only have one running, you’ll end up with ads slipping through as the device still uses the default secondary DNS.

load more comments (5 replies)
load more comments (12 replies)
load more comments (12 replies)