Skip to content

Commit

Permalink
Including wildcard compare
Browse files Browse the repository at this point in the history
  • Loading branch information
artwaw committed Oct 23, 2020
1 parent cfdf4da commit 76c2d15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zonetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def isIP(param):
print("Setup complete. Processing "+total+" entries...")
for line in zone_content:
counter = counter+1
if line.startswith('*') or line.startswith('@'):
continue
parts = line.split(delimeter)
print("Testing ("+str(counter)+"/"+total+") "+parts[3].strip()+" record "+parts[0].strip()+": ",end='')
print(parts[0].strip()+"."+domain,end=' ')
Expand Down

0 comments on commit 76c2d15

Please sign in to comment.