DNS Visualizer - OpenPanel plugin to visualize DNS for a domain
Installation:
docker exec openpanel bash -c "pip install dnspython pyvis" && \
cd /etc/openpanel/modules/ && git clone https://github.com/stefanpejcic/dns-visualizer && \
docker restart openpanel
Update:
rm -rf /etc/openpanel/modules/dns-visualizer && \
docker exec openpanel bash -c "pip install dnspython pyvis" && \
cd /etc/openpanel/modules/ && git clone https://github.com/stefanpejcic/dns-visualizer && \
docker restart openpanel
Documentation: https://openpanel.com/docs/articles/dev-experience/custom-plugins#example