This is a simple web application that demonstrates the use of DNS-Toolbox. The App is designed to allow for DNS queries to be made like MXToolbox.com. It can help you solve DNS problems, find out about your DNS records, and more. Another Demo will focus around the check of SSL certificates.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
pip install -r requirements.txt
How to run the streamlit app:
streamlit run app.py
or you can use the docker image:
docker run -p 8501:8501 -d --name dns-toolbox-demo ghcr.io/hra42/go-dnstoolbox-pythondemo:latest
Later I will add a Dockerfile to run the app in a container.