"Python DNS for humans." - Simple, sensible high-level DNS lookups in Python (on top of dnspython dns.resolver)
-
Updated
Jun 19, 2024 - Python
"Python DNS for humans." - Simple, sensible high-level DNS lookups in Python (on top of dnspython dns.resolver)
A custom module that allows you to run some DNS lookup on Ansible executing hosts easily.
Forward DNS is a type of DNS request in which a domain name is used to obtain its corresponding IP address. A DNS server is said to resolve a domain name when it returns its IP address. A forward DNS request is the opposite of a reverse DNS lookup.
dns-lookup is a simple Python tool for performing DNS lookups and WHOIS queries directly from the terminal. It features an interactive command-line menu and supports retrieval of various DNS records as well as domain WHOIS information. Designed for educational, testing, and legal use cases, the tool is easy to install and use, requiring only Python
Add a description, image, and links to the dns-lookups topic page so that developers can more easily learn about it.
To associate your repository with the dns-lookups topic, visit your repo's landing page and select "manage topics."