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