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:
- Right Click the start menu and Click Windows Terminal or Windows PowerShell
- In the command prompt enter "nslookup domain.com" without quotes and press ENTER
- Output will show the DNS server being used and the record lookup result
To perform a DNS Lookup on MacOS:
- Open the Applications Menu in the dock and open the Utilities folder
- Open the Terminal App from the Utilities folder
- In the command prompt enter "host domain.com" without quotes and press ENTER
- Output will show the record lookup result