Skip to content

Commit

Permalink
Cleaning the output
Browse files Browse the repository at this point in the history
  • Loading branch information
artwaw committed Nov 18, 2020
1 parent 5bf6122 commit 4b33177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zonetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def processSimpleRecord(queries:list,recType:str) -> None:
if len(parts) > 2:
if rec.split('.')[-3] in subNS:
newDNS.nameservers = [ subNS[parts[-3]] ]
print('Using dns server '+subNS[parts[-3]]+' for subdomain '+parts[-3])
else:
newDNS.nameservers = [ targetNS ]
else:
Expand Down

0 comments on commit 4b33177

Please sign in to comment.