How does this work? I’ve been considering using a Raspberry Pi for Pihole, but I’ve been discouraged as it wouldn’t work for YouTube anyways. How I understand it is that Pihole is DNS, which just blocks certain domains. Since Youtube ads and videos are indistinguishable from a networking POV, it won’t be able to block them. Am I wrong? Is there something I have misunderstood?
YouTube ads are distinguishable at the dns level for now at least. For the optimal setup I recommend docker-compose on a raspi with watchtower. This setup will automatically keep everything up to date but requires a little docker knowledge. Here’s some documentation:
How does this work? I’ve been considering using a Raspberry Pi for Pihole, but I’ve been discouraged as it wouldn’t work for YouTube anyways. How I understand it is that Pihole is DNS, which just blocks certain domains. Since Youtube ads and videos are indistinguishable from a networking POV, it won’t be able to block them. Am I wrong? Is there something I have misunderstood?
YouTube ads are distinguishable at the dns level for now at least. For the optimal setup I recommend docker-compose on a raspi with watchtower. This setup will automatically keep everything up to date but requires a little docker knowledge. Here’s some documentation:
https://github.com/pi-hole/docker-pi-hole https://github.com/containrrr/watchtower