Skip to content

Commit

Permalink
trip: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
TornaxO7 committed Jan 21, 2025
1 parent c2c05c1 commit 438b431
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pages/common/trip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# trip

> A network diagnostic tool
> Combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues.
> More information: <https://trippy.rs/>.
- Basic usage with default parameters:

`sudo trip example.com`

- Trace using `IPv6` only:

`sudo trip example.com --ipv6`

- Trace using the `udp` protocol:

`sudo trip example.com --protocol udp`

- Use custom destination port `443` for `tcp` tracing:

`sudo trip example.com --protocol tcp --target-port 443`

- Use custom source port `5000` for `udp` tracing:

`sudo trip example.com --protocol udp --source-port 5000`

0 comments on commit 438b431

Please sign in to comment.