directadmin

There are already great RBL checking tools like http://www.dnsbl.info/dnsbl-database-check.php, if youre trying to find out if youre listed, but if you want more manual control, like getting the raw return value for a specific IP, in a spec

使用dig手动检查IP是否在RBL中

来源:梦飞科技 作者:梦飞 浏览量:196 更新:2018-05-28
There are already great RBL checking tools like http://www.dnsbl.info/dnsbl-database-check.php, if you're trying to find out if you're listed, but if you want more manual control, like getting the raw return value for a specific IP, in a specific RBL list, you can use "dig".
 
To do this, you simply do a lookup, of the IPv4 IP in reverse order, as a subdomain of the RBL list.
 
For example, lets say you want to check IP: 1.2.3.4
 
In the RBL list: 
hostkarma.junkemailfilter.com
 
 
To do this, you'd run the query:

dig 4.3.2.1.hostkarma.junkemailfilter.com

并检查结果。
部分文章来源与网络,若有侵权请联系站长删除!