20 May
2014
20 May
'14
3:43 p.m.
Feature Request: Make NSID available in the results (without the need to parse the whole DNS packet)
In case you're using Python, you should know that if you use the new parsing library[1] the work of parsing the DNS packet and getting the NSID out is done for you: from ripe.atlas.sagan import Result result = Result("your-JSON-result-blob-here") print(result.responses[0].edns0.options[0].nsid) [1] https://github.com/RIPE-NCC/ripe.atlas.sagan/