rectype need not be included

This commit is contained in:
Greg Gauthier 2021-03-16 20:19:11 +00:00
parent 0463321dd5
commit d3c5b2d687
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def ipaddr(hostname, rectype='A'):
return DNS.dnslookup(hostname, rectype, 3)
def nsname(ipaddrs, rectype='A'):
def nsname(ipaddrs):
return DNS.revlookup(ipaddrs, 3)