From 8233c7c303b0fecbf519d03d3a67002058dbd9af Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Wed, 24 May 2023 22:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=B0=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- README_zh_CN.md | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33c1d7f..5115c58 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,12 @@ nexttrace 1.0.0.1 # URL nexttrace http://example.com:8080/index.html?q=1 -# Form printing (output all hops at one time, wait 20-40 seconds) +# Form printing nexttrace --table 1.0.0.1 +# An Output Easy to Parse +nexttrace --raw 1.0.0.1 + # IPv6 ICMP Trace nexttrace 2606:4700:4700::1111 @@ -175,7 +178,7 @@ Usage: nexttrace [-h|--help] [-T|--tcp] [-U|--udp] [-F|--fast-trace] [-p|--port ] [-m|--max-hops ] [-d|--data-provider (Ip2region|ip2region|IP.SB|ip.sb|IPInfo|ipinfo|IPInsight|ipinsight|IPAPI.com|ip-api.com|IPInfoLocal|ipinfolocal|chunzhen)] [-n|--no-rdns] [-a|--always-rdns] [-P|--route-path] - [-r|--report] [--dn42] [-o|--output] [-t|--table] + [-r|--report] [--dn42] [-o|--output] [-t|--table] [--raw] [-c|--classic] [-f|--first ] [-M|--map] [-v|--version] [-s|--source ""] [-D|--dev ""] [-R|--route] [-z|--send-time ] [-i|--ttl-time @@ -220,6 +223,7 @@ Arguments: -o --output Write trace result to file (RealTimePrinter ONLY) -t --table Output trace results as table + --raw An Output Easy to Parse -c --classic Classic Output trace results like BestTrace -f --first Start from the first_ttl hop (instead from diff --git a/README_zh_CN.md b/README_zh_CN.md index 527c43d..699b17f 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -62,6 +62,9 @@ nexttrace http://example.com:8080/index.html?q=1 # 表格打印,使用 --table / -t 参数,将实时显示结果 nexttrace --table 1.0.0.1 +# 一个方便供机器读取转化的模式 +nexttrace --raw 1.0.0.1 + # IPv6 ICMP Trace nexttrace 2606:4700:4700::1111 @@ -227,6 +230,7 @@ Arguments: -o --output Write trace result to file (RealTimePrinter ONLY) -t --table Output trace results as table + --raw An Output Easy to Parse -c --classic Classic Output trace results like BestTrace -f --first Start from the first_ttl hop (instead from