SIDN / CycleHunter

Python software that reads zone files, extract NS records, and detect cyclic dependencies
https://tsuname.io
BSD 2-Clause "Simplified" License
37 stars 14 forks source link

Update findCyclicDep.py #8

Closed SvenVD-be closed 3 years ago

SvenVD-be commented 3 years ago

getNS returns NXDOMAIN if resolve fails. Do not analyse further.

gmmoura commented 3 years ago

thanks so much, @SvenVD-be ! @subbink also reported me this privately. (this was something I wanted to do)