make AAAA the default in nslookup
This commit is contained in:
parent
3c49d4ecd1
commit
7eddd9b9d7
|
@ -2,7 +2,7 @@
|
|||
|
||||
import dns.resolver
|
||||
|
||||
def nslookup(domain, typ="A"):
|
||||
def nslookup(domain, typ="AAAA"):
|
||||
result = ""
|
||||
rcount = 0
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user