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 8fef67c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pages/common/trip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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 without requiring elevated privileges (supported platforms only):

`trip example.com --unprivileged`

- 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 8fef67c

Please sign in to comment.