Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodonile authored Oct 15, 2024
1 parent 1ae54cb commit 8265386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Start Listener
run: |
nc -u -l -k -s 192.168.100.100 9991 | hexdump -C & echo $! > listener_pid.txt
nc -u -l -k 9991 | hexdump -C & echo $! > listener_pid.txt
- name: Start TCPDump in background
run: |
sudo tcpdump -i lo -c 6 -dst port 9991 &
sudo tcpdump -i lo -c 6 port 9991 &
echo "$!" >> tcpdump_pid.txt
- name: Debug IP Configuration
Expand Down

0 comments on commit 8265386

Please sign in to comment.