this post was submitted on 17 Mar 2025
1113 points (100.0% liked)
Technology
67242 readers
5861 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oh please do tell more
So, I use regex to block all Roku domains on my network via pihole:
(ads|logs|cloudservices|image|images|web|prod.mobile|wwwimg|captive|customer-feedbacks|amoeba|amoeba2|sr|giga.sb|cs).roku(.admeasurement)*.com$
Then, possibly overkill due to the above, I used OpnSense firewall rules to block all traffic from my Roku tv. I think I just got fed up with seeing Roku spam in my pihole, as the above regex seems to completely "break" Roku.
After that, I set up FLauncher (following the method #2 instructions on the gitlab page) on my shield. This makes it so I only see the Roku launcher for a few seconds while the shield starts up, and then I'm dropped straight into flauncher. I chose flauncher because it's very simple and barebones, so you might want to explore other options if you want more advanced features. I don't really need those features since I'm usually using an app anyway.
Note that I did all of that after the tv was configured and set up, YMMV if it's a brand new tv as it may need to call home to do the initial set up.
Why is your Roku TV even on the Wi-Fi if you just block its internet?
It probably doesn't need to be - but it was required to set up. Before I had my shield, I allowed local connections for local streaming, but you are correct, it's probably no longer necessary.