Query Domain Name System servers to resolve hostnames to IP addresses or perform reverse DNS lookups. Essential for network troubleshooting and DNS configuration verification.
nslookup-tool [options] <hostname>
# Basic lookup
nslookup-tool example.com
# MX record lookup
nslookup-tool -type=mx example.com
# Use specific DNS server
nslookup-tool google.com 8.8.8.8
共 1 个版本