• ivn@jlai.lu
      link
      fedilink
      arrow-up
      27
      ·
      edit-2
      1 month ago

      That’s not the same. DNS blocking is great but it can’t block as well as a proper ad blocker.

    • frankgrimeszz@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 month ago

      I use one too, but it doesn’t block certain things like YouTube’s embedded adverts. Also use uBlock Origin.

      • Makeitstop@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        It will block youtube ads if the video is embedded in another website. When I want to find a youtube video on my tv I just search it on DuckDucGo, since watching it there blocks ads and seems to bypass any restrictions they’ve placed on watching videos outside of youtube.

        I need to set up a cheap computer and just run the TV as a monitor so I can have all the features I want, including a real browser with ublock. But in the meantime, this fixes the one issue I have with DNS level blocking.

        • frankgrimeszz@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 month ago

          You can get “android on a stick” computers and sideload some de-googled stuff. They plug right into the USB port of some smart tvs. You might be able to hack an Amazon Firestick too.

    • Erasmus@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 month ago

      I keep seeing this posted here and elsewhere. Is there a simple, easy step-by-step explanation for how to build one of these and how to deploy it on your home network?

      I’ve got very limited experience with working with Raspberry Pi.

          • frankgrimeszz@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            1 month ago

            It doesn’t really. I won’t give a whole course on DNS and network stuff, but basically it has zero effect on your download and upload speeds.

            DNS is like a phone book. You type Wikipedia.org and DNS translates that to an address like 200.92.36.68

            When you download stuff, that’s not going through the Pi at all. So there’s no negative effects.

          • SapphironZA@sh.itjust.works
            link
            fedilink
            arrow-up
            2
            ·
            1 month ago

            Your own raspberry pi will probably outperform your ISPs DNS, since it’s on your local network.

            Also, just by blocking what it does, pages load a lot less, so they load a lot quicker.

      • Paradachshund@lemmy.today
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        I looked into making one a while back and it’s honestly quite complicated if you’re not a techy person. I gave up on it, though I think you can also buy them pre-built for a bit more money so you might look into that.

      • Matt The Horwood
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 month ago

        You actually need a pi to run pihole, anything that can run docker would do

        • danafest@lemm.ee
          link
          fedilink
          arrow-up
          3
          ·
          1 month ago

          You absolutely don’t need a pi to run pihole. They have a list of officially supported OSs that can run the software, regardless of the hardware (as long as it meets the insanely low system requirements), and it can also be run in a docker container.