Python software that reads zone files, extract NS records, and detect cyclic dependencies
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
Say
example.com
is cyclic dependent withexample2.com
In this case,
.com
requires that glue records are placed for both recordsSo even if the glue is unresponsive, these domains would still be cyclic dependent. Need to label these cases in the output.