socket.getaddrinfo("http://www.news.com",None)
when you try to parser dns,can not start with http://,
belows is the right way
socket.getaddrinfo("www.xx.com",None)

python dns parser

相关文章:

  • 2021-12-16
  • 2021-07-26
  • 2021-11-13
  • 2022-01-19
  • 2021-12-29
  • 2021-07-21
  • 2021-08-08
  • 2021-08-04
猜你喜欢
  • 2022-01-27
  • 2022-12-23
  • 2021-06-02
  • 2022-01-29
  • 2022-12-23
  • 2021-11-19
  • 2021-08-14
相关资源
相似解决方案