Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 870 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 870 Bytes

DNS Repository

This repository contains scripts and configurations related to DNS management.

Features

  • DNS resolution for A and CNAME records.
  • Latency testing using a ping-like method.

Installation

To install the required dependencies, run the following command:

pip install -r requirements.txt

Usage

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.

Example

To check the domain example.com, run:

echo "example.com" | python3 dns_resolver.py

Contributing

Contributions are welcome! Please follow the standard GitHub workflow for contributing to this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.