This repository contains scripts and configurations related to DNS management.
- DNS resolution for A and CNAME records.
- Latency testing using a ping-like method.
To install the required dependencies, run the following command:
pip install -r requirements.txt
To use the dns_resolver.py
script, run the following command:
echo "your_domain_here" | python3 dns_resolver.py
Replace your_domain_here
with the domain you want to check.
To check the domain example.com
, run:
echo "example.com" | python3 dns_resolver.py
Contributions are welcome! Please follow the standard GitHub workflow for contributing to this repository.
This project is licensed under the MIT License - see the LICENSE file for details.