update: 现在TCP SYN模式下也将打印路由跟踪结果

This commit is contained in:
sjlleo
2022-05-26 21:29:17 +08:00
parent cfc1dfdfe5
commit b20b27fd20

View File

@@ -89,6 +89,10 @@ func main() {
}
if *routePath {
// 如果为TCP SYN也打印路由跟踪结果
if *tcpSYNFlag {
printer.TracerouteTablePrinter(res)
}
r := reporter.New(res, ip.String())
r.Print()
return