This commit is contained in:
sjlleo
2022-05-22 21:23:39 +08:00
committed by GitHub
parent 0f0fb91fb6
commit cad5f944cb

View File

@@ -16,8 +16,12 @@
```bash
# IPv4 ICMP Trace
# Tips: 非实时数据一次性出结果需要等待30s左右
./nexttrace 1.0.0.1
# Tips: 如果您需要ICMP的实时结果请用如下命令
./nexttrace -report 1.0.0.1
# IPv6 ICMP Trace
./nexttrace 2606:4700:4700::1111
```