The "DNS PROBE FINISHED NXDOMAIN" error indicates that your system cannot resolve the domain name to an IP address. Here are some steps to resolve the issue:
1. Check Your Internet Connection
Ensure your internet is working. Try accessing other websites to see if the issue is with one specific site or your entire connection.
2. Flush DNS Cache
Flushing the DNS cache may resolve the issue:
Windows:
Open Command Prompt as Administrator.
Run the following command:
ipconfig /flushdns
macOS:
Open Terminal.
Run the following command:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Linux:
Depending on the distribution, use the following commands:
sudo systemctl restart NetworkManager
or
sudo /etc/init.d/dns-clean restart
3. Restart Your Router
Power off your router, wait 30 seconds, and turn it back on.
4. Change DNS Server
Changing to a public DNS server can sometimes resolve DNS issues:
Google DNS: 8.8.8.8 and 8.8.4.4
Cloudflare DNS: 1.1.1.1 and 1.0.0.1 You can change the DNS settings in your network adapter configuration.
5. Check for Typos in URL
Ensure the domain you are trying to reach is typed correctly.
6. Disable Antivirus/Firewall
Temporarily disable any antivirus or firewall software to see if they are blocking the connection.
7. Check the Domain Status
If it's a specific website, check if the domain is active and properly configured using tools like whois.