Striping CDN IPs from a list of IP Addresses
Built based on the projectdiscovery/cdncheck library.
go install github.com/j3ssie/cdnstrip@latest
# simple usage
cat ips | cdnstrip -c 50
# write the output to a file
cat ips | cdnstrip -cdn cdn.txt -n non-cdn.txt