Anyone who runs a Roku and has a Pi-hole on their network:
I came across some good regex blocking for it. Let me know if you want it, and I'll toss it in a paste as it can't be posted here.
@voltronic I just deployed my first pi-hole earlier today. No roku though.
@john_b
Welcome to the team. What are you using for resolvers?
@voltronic so far I'm sticking with the same Google upstream resolvers that I was using previously. I'll experiment with others in the coming weeks, I'm sure - just wanted to limit the variables a bit for the initial setup.
@voltronic I meant to add that I'm definitely open to suggestions/recommendations if you've got any. I do use a number of Google services and I've seen that some of those (I'm looking at you, Stadia) seem to work more reliably when using Google DNS.
@john_b
I used to use Quad 9 (9.9.9.9). There's Cloudflare (1.1.1.1).
If you have a pi-hole though, I really recommend you use dnscrypt-proxy, or what I use now, unbound. Unbound is a bit easier to set up, and then you are hosting your own resolver. It's in the guide in my pinned toots.
@voltronic I will check it out - thank you!