Skip to content

Commit

Permalink
chore: tricks with nmap
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisseau committed Oct 18, 2023
1 parent 4d2a79b commit 77bf545
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ jobs:
- name: Network debug
run: |
echo $(curl --silent https://api.ipify.org) || true
ping -c 4 translations.zakodium.com || true
sudo apt install traceroute -y
traceroute translations.zakodium.com
sudo apt install nmap -y
sudo nmap -sS -p 443 -Pn --traceroute translations.zakodium.com

0 comments on commit 77bf545

Please sign in to comment.