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

double check cases in which cyclic depenent domain names are in-baliwick only #22

Closed gmmoura closed 3 years ago

gmmoura commented 3 years ago

Say example.com is cyclic dependent with example2.com

In this case, .com requires that glue records are placed for both records

So even if the glue is unresponsive, these domains would still be cyclic dependent. Need to label these cases in the output.

gmmoura commented 3 years ago

fixed