• wolfshadowheart@slrpnk.net
    link
    fedilink
    arrow-up
    5
    ·
    11 months ago

    I wonder what number of cents a month is more than what content creators get from youtube or their other sites (sans donation platforms like Patreon).

    It could be interesting to set aside like $5 a month to have dividends of that go out to people you actively utilize.

  • brakenium@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    Does anyone know if firewalls like OPNSense can do IPS for ads and tracking instead of “normal” intrusions like malware?

  • xe3@lemmy.world
    link
    fedilink
    arrow-up
    45
    ·
    edit-2
    11 months ago

    Pihole is a great project, but it is objectively less capable than uBlock Origin.

    That is not a criticism of the software. It is just a fundamental fact that DNS based adblockers are less powerful, and less granular/precise than Browser based adblockers.

    They do work well in combination though (the DNS level adblockers gives you moderately effective network wide blocking, and uBlock Origin gives you exceptional blocking but is limited to the browser.

    • Altima NEO@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      11 months ago

      At least from using both, I feel like pihole kinda sucks. It’s rather limited and breaks a lot of stuff.

    • madcaesar@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      11 months ago

      I’m not technical enough, but why can’t pihole do as much as ublock? It’s at the router level before anything gets to the browser, it has all the same info the browser will eventually get.

      Shouldn’t it be theoretically possible to do the same?

      • qaz@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        11 months ago

        It’s at the router level

        It’s a DNS server and does not have the same capabilities as the router

        It has all the same info the browser will eventually get.

        It does not. Not just because of the previous reason but also because most traffic is encrypted nowadays (https) which means that even the router can’t read/modify the traffic to the device.

        Another issue is that some things blocked by uBlock are hard to detect with static analysis in comparison to reading the rendered HTML.

      • teatowel@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        Ublock has direct access to the DOM and so can modify what the browser renders. For example, YouTube ads are hosted on the same domains as their videos and so PiHole cannot block them, but Ublock can.

    • xe3@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      11 months ago

      NextDNS and pihole serve the same purpose and are redundant. Personally I prefer NextDNS but it wouldn’t make sense in ops meme

  • Marcumas@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    Does anyone have a link for how to set up a pihole that a dumb dumb like me could understand?

    • Zerush@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      11 months ago

      If you are not so fit in this questions is better to install Portmaster, its downloading and run it, not much more to do (blocking or give permissions to connecting to the network to your apps. Maybe sellecting an DNS which fits your needs in the settings. It’s way easier to handle than Pi Hole. It even has an SPN (its like a VPN on steroids), but its an paid option.

  • nossaquesapao@lemmy.eco.br
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    11 months ago

    If the router provided by my isp won’t allow me to change the dns server, is there a workaround for having to set the local dns server on each device that doesn’t involve getting a new router?

    • freamon@endlesstalk.org
      link
      fedilink
      English
      arrow-up
      7
      ·
      11 months ago

      Use the pi or whatever little computer that’s presumably hosting the pi-hole software to also be a DHCP server (and turn off the DHCP server on ISP’s router). It can then advertise itself as the DNS server.

    • Futurama@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      11 months ago

      Most cable modem router combos have the ability to turn off the router part and just act as a modem in Bridge mode. If that’s an option, you can get your own router to handle local traffic, including dhcp (and thus dns) for all your local devices.

      Obviously, this goes against your request not to get your own router, but I thought I’d mention it in case you thought you would have to buy your own modem as well (which you are also free to do, assuming your isp supports customer-owned modems). The modem part can stay the same while having a separate router not controlled by the isp.

      If your particular unit doesn’t allow that, you can usually still locally override dns settings, though this is more for computers and phones than it is some smart home devices. iPhone and Android phones will let you specify dns ip addresses when you set up a wifi connection. Just edit the wifi config and change to a static ip. You can usually safely use the ip address given to you from dhcp, so make a note of your device ip address before changing it to static, and just use the same values. Then you can manually set the dns ip address.

    • xe3@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      11 months ago

      You can use a second router and pass through the WAN. It’s a bit complicated to explain in a comment, but it’s also not too difficult. Is your ISP ATT?

  • SuperSaiyanSwag@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    This might be a good place to ask this. I was messing around with my Asus router setting last night and noticed that it had Ad Guard, which works similarly to PiHole with DNS. To test it I went to Reddit and saw ads still. Is Ad Guard not as effective as PiHole or Reddit ads are DOM based?

  • BlanK0@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    11 months ago

    Adding to the existing comments, there is also invidious which doesn’t bombard you with adds and if you have a homeserver you can easily host an instance (acts like a frontend to youtube)

  • wandermind@sopuli.xyz
    link
    fedilink
    arrow-up
    38
    ·
    11 months ago

    Pihole and uBlock Origin have different purposes. Pihole blocks ad domains network-wide. uBlock Origin can remove specific elements from specific webpages with surgical precision regardless of the domain the content is served from, so it is a much more precise wide-spectrum content blocker.

    In other words, uBlock Origin can block basically everything, but only works in your browser. Pihole blocks fewer things and less precisely but works for all your devices.