Skip to content

Commit

Permalink
Merge pull request #34 from way5/dev
Browse files Browse the repository at this point in the history
Add macOS support
  • Loading branch information
angelcamposm authored Feb 1, 2025
2 parents b0a2090 + d0bbc2f commit 6690358
Show file tree
Hide file tree
Showing 9 changed files with 1,251 additions and 1,356 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ dd($ping);
"packets_transmitted": 10,
"packets_received": 10,
"packets_lost": 0,
"packet_loss": 0,
"packets_lost": 0,
},
"options": {
"host": "google.com",
Expand Down Expand Up @@ -280,7 +280,7 @@ dd($ping);
"packets_transmitted": 10,
"packets_received": 10,
"packets_lost": 0,
"packet_loss": 0,
"packets_lost": 0,
},
"options": {
"host": "192.168.10.254",
Expand Down Expand Up @@ -360,7 +360,7 @@ dd($ping);
"packets_transmitted": 10,
"packets_received": 10,
"packets_lost": 0,
"packet_loss": 0,
"packets_lost": 0,
},
"options": {
"host": "fe80::6c42:407d:af01:9567",
Expand Down
Loading

0 comments on commit 6690358

Please sign in to comment.