π Let's say you have a LONG list of URLs, and some are NSFWβ¦ How do you clean the URL list? π€
I experimented a bit and came up with something pretty solid!
Check each URL using a content blocking DNS server.
Huh? I know. Read on π
I experimented a bit and came up with something pretty solid!
Check each URL using a content blocking DNS server.
Huh? I know. Read on π
Comments
I'm thinking you could DIY it by spinning up a DNS server like Pi-hole in a container with blocklists, quick search finds https://github.com/hagezi/dns-blocklists for example
probably a waste of time though! unless CloudFlare hits you with a rate limit
now I'm tempting to starting digging every IP from 0.0.0.0 and see how far I get... π€