Curl script to check IP Blacklist in an rbl via backend of Centos Server -


as working on script ask suggestion on how can check server ip in rbl check whether blacklisted.

rbl/dnsbl can queried way of dns. so, curl might not best tool job - tool dns lookups, such nslookup or host might better. see http://blog.nitemayr.com/2007/05/how-to-test-an-ip-address-against-an-rbldnsbl-list/ writeup on how works.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -