Added sane things

This commit is contained in:
Benjamyn Love 2017-08-16 10:00:27 +10:00
parent 768773c8db
commit d6772d83a9

View File

@ -253,5 +253,7 @@ while running == 1:
# print compareSOA(nsRec, inInput, soaRec)
# print '\n'
for sub in sub2check:
if sub != "":
tmpDom = sub + "." + inInput
print newdig(tmpDom, "A")
subRec, subType = newdig(tmpDom, "A")
iterate(subRec, subType)