From 8b0d9aa44a0955e240a9f3a4fdc7a6955a23e5f1 Mon Sep 17 00:00:00 2001 From: bonnie Date: Sat, 18 Jul 2020 23:38:19 +0800 Subject: [PATCH] Networking - Print the route packets trace to network host --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 51a6539..44895e3 100644 --- a/README.md +++ b/README.md @@ -2287,6 +2287,11 @@ dig +short www.example.com ping 8.8.8.8 -t 10 ``` +##### Print the route packets trace to network host +```bash +traceroute google.com +``` + ##### Show the SSL certificate of a domain ```bash openssl s_client -showcerts -connect www.example.com:443