Domain Diagnostics - OpenPanel plugin to check IP/domain information
Installation:
docker exec openpanel bash -c "pip install dnspython" && \
cd /etc/openpanel/modules/ && git clone https://github.com/stefanpejcic/domain-diagnostics && \
docker restart openpanelUpdate:
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 openpanelDocumentation: https://openpanel.com/docs/articles/dev-experience/custom-plugins#example
