CLI tool to visualize DNS records in a graph to show dependencies
To generate the previous graph, run the following command:
pydnsviz --zone-file site1.example.com --zone-file-path ./data/zones/db.site1.example.com --zone-file example.com --zone-file-path ./data/zones/db.example.com
#Install from pip
sudo pip3 install pydnsviz
#Install from sources
sudo ./setup.py install