fark
This commit is contained in:
parent
2b5ad0ba3e
commit
dec9fafaeb
2
HTTPy.py
2
HTTPy.py
@ -175,7 +175,7 @@ def dig(inDomain, record):
|
|||||||
iterate(test, record)
|
iterate(test, record)
|
||||||
return test
|
return test
|
||||||
|
|
||||||
def newdig(inDomain, record, ""):
|
def newdig(inDomain, record, sub=""):
|
||||||
try:
|
try:
|
||||||
dig = subprocess.check_output(["dig", record, "+short", inDomain])
|
dig = subprocess.check_output(["dig", record, "+short", inDomain])
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user