diff --git a/README.md b/README.md index 7f39d2b..b039941 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,9 @@ nexttrace --no-rdns www.bbix.net # Set the payload size to 1024 bytes nexttrace --psize 1024 example.com +# Set the payload size and DF flag for TCP Trace +nexttrace --psize 1024 --dont-fragment --tcp example.com + # Feature: print Route-Path diagram # Route-Path diagram example: # AS6453 Tata Communication「Singapore『Singapore』」 @@ -389,6 +392,8 @@ Arguments: cn]. Default: cn --file Read IP Address or domain name from file -C --nocolor Disable Colorful Output + --dont-fragment Set the Don't Fragment bit (IPv4 TCP + only). Default: false ``` ## Project screenshot diff --git a/README_zh_CN.md b/README_zh_CN.md index be8cf68..ab24cfc 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -253,6 +253,9 @@ nexttrace --no-rdns www.bbix.net # 设置载荷大小为1024字节 nexttrace --psize 1024 example.com +# 设置载荷大小以及DF标志进行TCP Trace +nexttrace --psize 1024 --dont-fragment --tcp example.com + # 特色功能:打印Route-Path图 # Route-Path图示例: # AS6453 塔塔通信「Singapore『Singapore』」 @@ -388,6 +391,8 @@ Arguments: cn]. Default: cn --file Read IP Address or domain name from file -C --nocolor Disable Colorful Output + --dont-fragment Set the Don't Fragment bit (IPv4 TCP + only). Default: false ``` ## 项目截图