A network diagnostic tool. Combines the functionality of
tracerouteandping. Designed to assist with the analysis of networking issues. More information: https://trippy.rs/.
sudo trip {{example.com}}
trip {{example.com}} --unprivileged
IPv6 only:sudo trip {{example.com}} --ipv6
udp protocol:sudo trip {{example.com}} --protocol {{udp}}
443 for tcp tracing:sudo trip {{example.com}} --protocol {{tcp}} --target-port {{443}}
5000 for udp tracing:sudo trip {{example.com}} --protocol {{udp}} --source-port {{5000}}