Zone files formatting isn't very straightforward. Some zone files are space separated, other tab separated.
We need to instrument largeZoneParser.py to detect that, and parse the zone accordingly.
The most important requirement is to be able to retrieve the NS record itself.
ATM it only handles tab-separated zone files. Need to improve it to detect this, and find the exact position of the NS server
Zone files formatting isn't very straightforward. Some zone files are space separated, other tab separated.
We need to instrument
largeZoneParser.py
to detect that, and parse the zone accordingly. The most important requirement is to be able to retrieve the NS record itself.ATM it only handles tab-separated zone files. Need to improve it to detect this, and find the exact position of the NS server