Added sane things
This commit is contained in:
parent
768773c8db
commit
d6772d83a9
4
HTTPy.py
4
HTTPy.py
@ -253,5 +253,7 @@ while running == 1:
|
|||||||
# print compareSOA(nsRec, inInput, soaRec)
|
# print compareSOA(nsRec, inInput, soaRec)
|
||||||
# print '\n'
|
# print '\n'
|
||||||
for sub in sub2check:
|
for sub in sub2check:
|
||||||
|
if sub != "":
|
||||||
tmpDom = sub + "." + inInput
|
tmpDom = sub + "." + inInput
|
||||||
print newdig(tmpDom, "A")
|
subRec, subType = newdig(tmpDom, "A")
|
||||||
|
iterate(subRec, subType)
|
||||||
Loading…
x
Reference in New Issue
Block a user