Networking

- Print the route packets trace to network host
This commit is contained in:
bonnie 2020-07-18 23:38:19 +08:00
parent 5b12320bc9
commit 8b0d9aa44a

View File

@ -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