You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of these blocklists have root wildcard domain blocking. So for example, www tiktok.com still works, but tiktok.com doesn't. Same for youtube, facebook, etc. I've verified this with the latest Pi-Hole and pfBlockerNG.
I'm not sure if this is intentional, but for those of us using these blocklists, adding a .rootdomain.com to the blocklist will accomplish root domain blocking. e.g. .tiktok.com or .youtube.com.
You can do this in Pi-Hole via Group Management -> Domains -> RegEx filter:
In pfBlockerNG you can add custom domains under the DNSBL List. Just make sure to add it as a regular expression (RegEx) like .tiktok.com or .youtube.com. The "." is a wildcard and the most important.
Note: If this is in fact an oversight, I'd be happy to submit a PR to fix it. Please just let me know @d43m0nhLInt3r and thank you for your hard work compiling these lists.
The text was updated successfully, but these errors were encountered:
So, I checked it out. The fact that not everything is written in Regex format is because some programs had problems with Regex, which is why, for example, the Tiktok block list was divided into 2 lists.
None of these blocklists have root wildcard domain blocking. So for example, www tiktok.com still works, but tiktok.com doesn't. Same for youtube, facebook, etc. I've verified this with the latest Pi-Hole and pfBlockerNG.
I'm not sure if this is intentional, but for those of us using these blocklists, adding a .rootdomain.com to the blocklist will accomplish root domain blocking. e.g. .tiktok.com or .youtube.com.
You can do this in Pi-Hole via Group Management -> Domains -> RegEx filter:
In pfBlockerNG you can add custom domains under the DNSBL List. Just make sure to add it as a regular expression (RegEx) like .tiktok.com or .youtube.com. The "." is a wildcard and the most important.
Note: If this is in fact an oversight, I'd be happy to submit a PR to fix it. Please just let me know @d43m0nhLInt3r and thank you for your hard work compiling these lists.
The text was updated successfully, but these errors were encountered: