Skip to content

Commit

Permalink
chore(ubuntu): test ip and ssl connectivity (#12038)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Oct 21, 2023
1 parent 885d85b commit d745b45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ubuntu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ show-network-hours:
vnstat --hours
show-network-hoursgraph:
vnstat --hoursgraph
test-ip-connectivity:
ping www.hongbomiao.com
test-ssl-connectivity:
openssl s_client -connect www.hongbomiao.com:443

# SSH
ssh-remove-host-key:
Expand Down Expand Up @@ -106,5 +110,3 @@ btop:
btop
htop:
htop
vnstat:
vnstat

0 comments on commit d745b45

Please sign in to comment.