Dnspython can't resolve anything

后端 未结 0 2014
时光说笑
时光说笑 2020-12-13 11:48

My sample code is

import dnspython as dns
import dns.resolver

result = dns.resolver.query(\'tutorialspoint.com\', \'A\')
for ipval in result:
    print(\'IP\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题