update: 修改用法

This commit is contained in:
sjlleo
2022-05-23 18:10:40 +08:00
committed by GitHub
parent 56d2f0554f
commit 4d0e3eb93d

View File

@@ -22,12 +22,14 @@ bash -c "$(curl -Ls https://raw.githubusercontent.com/xgadget-lab/nexttrace/main
```bash
# IPv4 ICMP Trace
# Tips: 非实时数据一次性出结果需要等待30s左右
./nexttrace 1.0.0.1
# Tips: 如果您需要ICMP的实时结果请用如下命令
# 获得 route-path
./nexttrace -report 1.0.0.1
# 表格打印一次性输出全部跳数需等待20-40秒
./nexttrace -table 1.0.0.1
# IPv6 ICMP Trace
./nexttrace 2606:4700:4700::1111
```