I got two PiHoles running on my network via Docker Compose, I tried setting up Unbound in Docker-Compose and that fell flat, from my understanding DNSSEC was preventing DNS resolution outright.
Also tried OpenSense + Unbound which led to the same thing.
Eventually got tired of having my network cutting in and out over minor changes so I just stuck with Quad9 for my upstream needs.
I may not know much about software development & programming itself however, I feel like I did my part here.
+1 for Linux folks.
Not nearly as user friendly for the non-networking types hence why I recommend one with a fancy GUI.
Edit: Also, I suspect Microsoft will do Microsoft things and hide/prevent their telemetry from being blocked, ultimately I don’t know the state of Windows right now as I’ve made the switched to Linux many years ago.
Ah I figured Portmaster was only for Linux, I dabbled around their software and found it quite good!
I think the reason I stopped using it in lieu of OpenSnitch was because 1) most features were locked behind a subscription and 2) already had PiHole running so the firewall wasn’t something I really needed.
Regardless thanks for letting me know it works for Windows, I’ll started recommending it over Glasswire!
Quick way of accomplishing the de-bloating of windows is by 1) managing your own DNS and blocking telemetry connections network wide (quite easy to do with PiHole + Docker Engine) or 2) installing Glasswire and blocking connections on the specific device however, I believe Glasswires Firewall is subscription based so this may be a turn-off for people.
Either work and are more efficient than digging around your Windows install and finding all the different variants of the same bloatware.
Late to the conversation but maybe consider https://invidious.io/ or https://docs.piped.video/ - also for an easy to use desktop client there is https://freetubeapp.io/ which utilizes invidious/piped API’s.
Personally I host an invidious instance on a separate machine and route that machine to a VPN my other devices do not use.
I don’t watch YouTube often but I’ve tried Yattee and had little issue with it. While it does use Invidious & Piped API’s I would argue it’s your best choice if your looking for privacy + native functionality.
If you don’t mind DM’ing me or dropping it in a comment here it would be greatly appreciated! The docker engine isn’t something entirely new to me so i’m a bit skeptical into thinking that i missed something but always happy to compare with others, actually Docker is what pushed me to switch fully to Linux on my personal computers.
Snippet from my docker-compose.yml:
Edit: After re-reading the Unbound github and their documentation it seems i may have missed some volume mounts that are key to the function of Unbound, i’ll definitely have to dive deeper into it.