From b326d7bed68320aff90ddc616969eec3c0ace156 Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Fri, 6 Oct 2023 06:19:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ README_zh_CN.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index cc0700e..50d8ac9 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,10 @@ nexttrace 2606:4700:4700::1111 # Disable Path Visualization With the -M parameter nexttrace koreacentral.blob.core.windows.net # MapTrace URL: https://api.leo.moe/tracemap/html/c14e439e-3250-5310-8965-42a1e3545266.html + +# Disable MPLS display using the --disable-mpls / -e parameter or the NEXTTRACE_DISABLEMPLS environment variable +nexttrace --disable-mpls example.com +export NEXTTRACE_DISABLEMPLS=1 ``` PS: The routing visualization drawing module was written by [@tsosunchia](https://github.com/tsosunchia), and the specific code can be viewed at [tsosunchia/traceMap](https://github.com/tsosunchia/traceMap). @@ -334,6 +338,7 @@ Arguments: -f --first Start from the first_ttl hop (instead from 1). Default: 1 -M --map Disable Print Trace Map + -e --disable-mpls Disable MPLS -v --version Print version info and exit -s --source Use source src_addr for outgoing packets -D --dev Use the following Network Devices as the diff --git a/README_zh_CN.md b/README_zh_CN.md index 1254546..5b73935 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -154,6 +154,10 @@ nexttrace 2606:4700:4700::1111 # 禁用路径可视化 使用 --map / -M 参数 nexttrace koreacentral.blob.core.windows.net # MapTrace URL: https://api.leo.moe/tracemap/html/c14e439e-3250-5310-8965-42a1e3545266.html + +# 禁用MPLS显示 使用 --disable-mpls / -e 参数 或 NEXTTRACE_DISABLEMPLS 环境变量 +nexttrace --disable-mpls example.com +export NEXTTRACE_DISABLEMPLS=1 ``` PS: 路由可视化的绘制模块由 [@tsosunchia](https://github.com/tsosunchia) 同学编写,具体代码可在 [tsosunchia/traceMap](https://github.com/tsosunchia/traceMap) 查看 @@ -331,6 +335,7 @@ Arguments: -f --first Start from the first_ttl hop (instead from 1). Default: 1 -M --map Disable Print Trace Map + -e --disable-mpls Disable MPLS -v --version Print version info and exit -s --source Use source src_addr for outgoing packets -D --dev Use the following Network Devices as the