How to find DNS address of Website

By | January 27, 2019

How to find the DNS address of the Website? You can find out a website DNS address from Command prompt. So, let’s go to learn how to use Windows nslookup to find DNS addresses.

You need to run the below command to find out the DNS address.

nslookup  DomainName

An example command prompt below that finds the DNS address for this website.
How to find DNS address of Website

C:\>nslookup www.windowscommand-line.com
Server:  UnKnown
Address:  192.168.0.1

Non-authoritative answer:
Name:    www.windowscommand-line.com
Addresses: 2400:cb00:2048:1::6819:550c
          2400:cb00:2048:1::6819:540c
          104.25.84.12
          104.25.85.12
C:\>

As you can see the command displays both IPv4 and IPv6 DNS addresses.

You may also like: Event Viewer Command Line [CMD]

Leave a Reply

Your email address will not be published. Required fields are marked *