Skip to content

stefanpejcic/dns-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dns-visualizer

DNS Visualizer - OpenPanel plugin to visualize DNS for a domain

screenshot

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

About

DNS Visualizer - OpenPanel plugin to visualize DNS for a domain

Topics

Resources

Stars

Watchers

Forks