Use Pi-Hole Blacklist to Block Youtube Channels

Hi Team,

I want to know if i can use pihole blacklist to configure blocking specific youtube channels, like:

youtube.com/

Also, if i want to block it for a specific client on network, is that possible?

Nope, lots of threads about YouTube, use the search features.

You can block all of YouTube.com and all subdomains by adding the domain youtube.com to your domain blocking as a wildcard blacklist. Pi-hole will convert the wildcard to the following regex:

(\.|^)youtube\.com$

You can also use the group management feature in Pi-hole V5 and later to apply this domain block to individual clients.