pihole-twitter
pihole-twitter copied to clipboard
Missing (sub)domains
I noticed that there were a couple missing domains and subdomains in the list like "videos", "t.co", and "x.com"
If you use regex, most of these could be caught using the following
- (.|^)twitter.com$
- (.|^)twimb.com$
- (.|^)x.com$
- (.|^)t.co$
I'm of the understanding that PiHole does not support regular expressions in the blocklist / hosts file format which this repo provides. I did a quick search and couldn't find anything that confirmed that understanding though... do you know of any documentation that might confirm it?
What I did find however was mmotti/pihole-regex which might help add regex filters somewhat automatically.
I will add the the x.com and t.co domains now too.