add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# tcptraceroute
> 使用 TCP 数据包的 traceroute 实现。
> 更多信息请访问: <https://github.com/mct/tcptraceroute>。
- 跟踪到主机的路由:
`tcptraceroute {{host}}`
- 指定目标端口和数据包长度(以字节为单位):
`tcptraceroute {{host}} {{destination_port}} {{packet_length}}`
- 指定本地源端口和源地址:
`tcptraceroute {{host}} -p {{source_port}} -s {{source_address}}`
- 设置第一个和最大 TTL
`tcptraceroute {{host}} -f {{first_ttl}} -m {{max_ttl}}`
- 指定等待时间和每跳的查询次数:
`tcptraceroute {{host}} -w {{wait_time}} -q {{number_of_queries}}`
- 指定接口:
`tcptraceroute {{host}} -i {{interface}}`