Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了使用checkdnsrr进行 DNSBL 查找之外,还有其他方法吗?
checkdnsrr 很慢,无法为其设置超时。
请问有什么想法吗?
大多数 DNS 黑名单也有一些 DNS 区域接口。例如,如果 44.33.22.11.this.dns.blacklist.com 解析为 127.0.0.2,则表示此 IP 已列入黑名单。这个检查速度很快,主要是因为它只使用简单的 UDP 发送/接收,并且因为它的结果会被你的本地缓存 dns 服务器自动缓存。此功能始终在黑名单站点上有详细记录。
如果你能找到一种方法使这个黑名单查找并行,它可以变得更快,尽管这在 php.ini 中并不容易。