From 4d0e3eb93d4cff2ff0132c999f728228267e2568 Mon Sep 17 00:00:00 2001 From: sjlleo Date: Mon, 23 May 2022 18:10:40 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9=E7=94=A8=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c7eb30..1e6fddd 100644 --- a/README.md +++ b/README.md @@ -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 ```