# For basic scripts (no extra dependencies needed)
python3 comp_DNS_Info.py
# For advance scripts with dnspython
pip install dnspython
python3 dns_info.py These scripts provide:
- Basic DNS resolution using Python's standard library
- IPv4 and IPv6 address resolution
- Multiple DNS record type lookups (A, AAAA, MX, NS, TXT)
- Reverse DNS lookups
- Error handling and validation
Choose the script based on your needs and use wisely.