I am trying to programme my own Anti-Distraction tool. It should block Facebook and similar websites. I use IP blocking, therefore I have huge lists with website domains that I need to resolve into ips. Why huge? There is:
- facebook.[267 TLD]
www.facebook.[267 TLD]
= 534 combinations per Domain
1. Is there a service that resolves big domain lists?
2. Is there a way to eliminate the domains that DONT exist at all?
Otherwise I would programme a PHP script with multithreading and use the google DNS server to resolve them...
Curious about your comments...