Skip to content

stefanpejcic/domain-diagnostics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

domain-diagnostics

Domain Diagnostics - OpenPanel plugin to check IP/domain information

screenshot

Installation:

docker exec openpanel bash -c "pip install dnspython" && \
  cd /etc/openpanel/modules/ && git clone https://github.com/stefanpejcic/domain-diagnostics && \
  docker restart openpanel

Update:

rm -rf /etc/openpanel/modules/domain-diagnostics && \
  docker exec openpanel bash -c "pip install dnspython" && \
  cd /etc/openpanel/modules/ && git clone https://github.com/stefanpejcic/domain-diagnostics && \
  docker restart openpanel

Documentation: https://openpanel.com/docs/articles/dev-experience/custom-plugins#example

About

Domain Diagnostics - OpenPanel plugin to check IP/domain information

Topics

Resources

Stars

Watchers

Forks