• Faresh@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    I don’t quite understand the use-case for the pi-hole. Why use it, when one could simply use something like µBlock Origin?

    • Case@lemmynsfw.com
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      With a pi hole, you’re basically setting up a DNS server that has built in abilities to stop ads.

      What that means is, you can point your router (or any device really) at that DNS server (pi hole) to block ads.

      Ublock is good.

      Due to remote work constraints, a pi hole doesn’t play nicely with their stuff and I can’t be bothered to figure out a work around. Mostly because it’s my wife’s remote work, and their IT is hesitant to talk with me about it - I get it, I wouldn’t do that at work (I’m in IT).

      So I use ublock on Firefox on both my desktop and phone, plus I run through a VPN that blocks ads and malware for everything else. The VPN is a separate use case, but that’s just an added benefit.

    • AspieEgg@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      They are kind of two separate things.

      Pi-Hole will work on literally every device on your network. It can block ads on smart TVs, cell phones, etc. It can prevent certain forms of tracking on video doorbells, voice assistants, cameras, etc. You can also set up custom DNS to restore online service to old game consoles or to host web services at home.

      You also get all the metrics. For example, I can see that my computer reaches out to my printer several times a minute and that the Oculus app for my Quest 2 was reaching out to its servers even when the app was “closed”.

      You could also use it as a sort of parental control. It can provide one set of block lists to the parent’s devices and a different one to the kids devices. Or you could do the same with IoT devices so they are only allowed to reach out to the services they need to be able to run.

      uBlock is still important though. It’s possible to get around a DNS filter like Pi-Hole by serving ads from the same domain that the core service is served through. uBlock Origin can do things like block YouTube ads for instance.