Python software that reads zone files, extract NS records, and detect cyclic dependencies
BSD 2-Clause "Simplified" License
37
stars
14
forks
source link
update largeZoneParser.py to deal with mixed zone files (tab AND space separated) #12
Closed
gmmoura closed 3 years ago
@subbink reported that some zone files are both
\tab
andspace
separated. gotta fix this , the code now only supports one or the other