nslookup
Last updated
Last updated
The nslookup
(Name Server Lookup) command allows to query DNS servers to retrieve information about domain names, such as IP addresses.
OPTIONS: Specifies the type of DNS record querying (e.g., A for IPv4, AAAA for IPv6).
DOMAIN_NAME: The domain name to look up.
SERVER: The DNS server to query (optional). Common DNS servers include:
Cloudflare: 1.1.1.1
, 1.0.0.1
Google: 8.8.8.8
, 8.8.4.4
Quad9: 9.9.9.9
, 149.112.112.112