make AAAA the default in nslookup

This commit is contained in:
jkhsjdhjs 2023-07-17 01:11:46 +00:00
parent 3c49d4ecd1
commit 7eddd9b9d7

View File

@ -2,7 +2,7 @@
import dns.resolver
def nslookup(domain, typ="A"):
def nslookup(domain, typ="AAAA"):
result = ""
rcount = 0
try: