Here's how to check your domain's DNS records from a variety of Operating Systems:

To perform a DNS loookup on Windows 10/11:

  1. Right Click the start menu and Click Windows Terminal or Windows PowerShell
  2. In the command prompt enter "nslookup domain.com" without quotes and press ENTER
  3. Output will show the DNS server being used and the record lookup result

To perform a DNS Lookup on MacOS:

  1. Open the Applications Menu in the dock and open the Utilities folder
  2. Open the Terminal App from the Utilities folder
  3. In the command prompt enter "host domain.com" without quotes and press ENTER
  4. Output will show the record lookup result
Was this answer helpful? 0 Users Found This Useful (0 Votes)