diff --git a/README.md b/README.md index cc0700ed..50d8ac9b 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 1254546c..5b739351 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