I have a question regarding how to troubleshoot a domain name, for example when my url is not working, how can I find if the problem is from DNS or timeout? Using Linux shell.
Youssef
I have a question regarding how to troubleshoot a domain name, for example when my url is not working, how can I find if the problem is from DNS or timeout? Using Linux shell.
Youssef
You can try :
ping Your_adress_IP
If it failled : you have a timeout problem Else :
ping domaine_name
If it failled : you have a DNS problem.