Skip to content

acupofespresso/dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages