Reddit users thevincentasteroid and MMD3_ posted about an auto-playing video ad (with sound) on the home screen. The ad is for Chicken Tender Wraps from Carl’s Jr. When it begins auto-playing, it pushes all the other UI elements out of focus and goes almost full-screen, returning to the home screen after it has played through once.

  • kratoz29
    link
    fedilink
    English
    91 year ago

    Amazing that blocking DNS is still a thing for gadgets like this.

    • Dran
      link
      fedilink
      English
      91 year ago

      Dns resolution is integral to load balancing and regional content delivery. There is no universe where a single server, even a specially designed asic, could handle proxy routing if there was a DNS outage and every iPhone or android device or whatever failed to a single IP. Thank God the Internet works this way tbh, dns-based content blocking will probably be the only thing we can do eventually

    • @[email protected]
      link
      fedilink
      English
      51 year ago

      There are apps that circumvent DNS blocking. They hard code the DNS server into the app, so instead of making requests to your set DNS, they make them directly to, say, Google’s DNS (8.8.8.8)

      • kratoz29
        link
        fedilink
        English
        31 year ago

        Yeah, that is why I find it amazing that it works for some apps.

        • @[email protected]
          link
          fedilink
          English
          31 year ago

          Honestly, I’m surprised it works too, especially for apps like the launcher. I guess we can thank the engineers for taking the easy route

      • Skull giver
        link
        fedilink
        English
        21 year ago

        The old Chromecast does this, but luckily a static route in the router to force all outgoing traffic directed at common DNS servers to a local Pihole works great.

        More modern devices will probably need to have DoH domains blocked as well, that’s going to be a pain, but luckily I haven’t had to mess with any of that yet.

        • @[email protected]
          link
          fedilink
          English
          21 year ago

          Rerouting DNS requests to your Pi Hole is the solution to this, unfortunately not every router supports this. My Netgear router, for example, doesn’t have the option, and of course I ended up getting a model that doesn’t work with custom firmware. I’m considering setting up a Raspberry Pi as the gateway for my network so I can do stuff like this.