每篇文档:https://developers.google.com/webmasters/control-crawl-index/docs/apis-google
有没有办法在Google App Engine中进行DNS查找?
我尝试了套接字(Python lookup hostname from IP with 1 second timeout),但GAE不支持它。我也试过了解析器,但是我收到了超时错误,即使我设置了超时和生命周期(Python Asynchronous Reverse DNS Lookups)。
包含的链接是我尝试过的示例,而不是确切的实现(但非常接近它!)。