Metadata-Version: 2.1
Name: dns-check
Version: 1.0.1.dev2
Summary: Performing DNS tests
Home-page: https://github.com/hesami/dns-check
Author: hesami
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: geopy
Requires-Dist: tqdm
Requires-Dist: colorama
Requires-Dist: tabulate

# DNS Check

Performing DNS tests

## Description

This project is designed to perform various DNS tests. It is implemented in Python and aims to provide a comprehensive and easy-to-use tool for DNS testing.

## Features

- Perform DNS queries
- Validate DNS records
- Check DNS server responses
- Support for multiple DNS record types (A, AAAA, CNAME, MX, etc.)

## Installation
To install the package, run:

```bash
pip install dns-check
```

## Usage
To run a DNS test, use the following command in your terminal after installation:

```bash
dns-check
```
## Contributing
We welcome contributions! Please fork the repository and submit a pull request with your changes.

## License
This project is licensed under the MIT License. See the LICENSE file for more details.
