• uniquethrowagay@feddit.org
      link
      fedilink
      arrow-up
      9
      ·
      5 hours ago

      Stupid question, but does pihole offer any substantial benefit over using a remote ad-blocking DNS like AdGuard or whatever?

      • CaptainSpaceman@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        1 hour ago

        Please ignore the other two commenters…

        Adblockers block ads at the user level, meaning you have to manage the adblocker for each device in your ecosystem.

        PiHole and similar DNS based ad blocking technologies OTOH block ads at the network level and only needs one install location to manage content for all devices you have on your network.

        This means with PiHole you can have one set of custom rules that block all ads at the network level by using a set of pre-loaded and customizeable DNS blocklists. OR! you can install Ublock on 2 devices in your house and let the other 7 devices that have no access to adblockers (like IoT devices) be subject to the atrocity that is modern advertising.

        Additionally, adblockers in browsers can eventually be shut off. See: Google Chrome and Ublock Origin.

        • JackbyDev@programming.dev
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          50 minutes ago

          But what does a pihole (which is DNS blocking) do that AdGuard’s free public DNS (which is DNS blocking) doesn’t? Of course uBlock Origin alongside them is better, but what’s a pihole specificallt doing?

      • ayyy@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        arrow-down
        2
        ·
        4 hours ago

        It’s a good way to dip your toes into learning about Linux, self-hosting, and administering reliable services.

        Functionally they are the same though.

    • OrganicMustard@lemmy.world
      link
      fedilink
      arrow-up
      26
      ·
      8 hours ago

      Pihole does not stop youtube ads as they are served through youtube’s domains. You need ublock or something like that.

      • Town@lemmy.zip
        link
        fedilink
        arrow-up
        2
        ·
        8 hours ago

        Having everything connected to the router automatically get ad blocking is great.

        I do wish the pihole was easier to use. I don’t think my parents would be up for manually updating it via SSH in a console.

        • OrganicMustard@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          7 hours ago

          You can access the web client from any connected machine and do it from there.

          Also you can save the IP from the machine running it as a local DNS entry, something like pi.hole, so they can just type pi.hole/admin in the browser to access the dashboard