DNS Resolution Check
This script verifies DNS resolution for a list of hostnames (stored in hostnames.txt). It can be helpful when troubleshooting DNS issues or verifying that specific domain names are reachable.
• Update "C:\Path\To\hostnames.txt" with the path to your file.
• Explanation: This script attempts to resolve each hostname to an IP address and outputs the result.
Last updated