rectype need not be included
This commit is contained in:
parent
0463321dd5
commit
d3c5b2d687
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user