How to Check DNS Server On Windows, Mac
Published on Aug. 22, 2023, 12:14 p.m.
If you are creating a website and you want to check the DNS server on Windows, Mac, Android, and iOS. all the following mentioned software are free to use, and you can use all the online tools for free as well.
How To Check DNS Server On Windows
There are several ways to perform this task.
Using the Command Prompt is the simplest way to check the DNS. open a Command Prompt window and enter-.
ping domain.com
The IP address mentioned in the result is that domain.
The problem with this way is that you cannot check other records apart from A record.
How To Check DNS Server On Mac
The process is almost the same as Windows. You can use the Terminal to get the job done on a Mac computer.
To get started, press Command+Space . After opening the Terminal on your computer, you need to enter the same command as Windows.
ping domain.com
You can get a result containing an IP address.