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,24 @@
# netselect
> 选择快速网络服务器的速度测试。
> 更多信息:<https://github.com/apenwarr/netselect>。
- 选择延迟最低的服务器:
`sudo netselect {{host_1}} {{host_2}}`
- 显示名称服务器解析和统计信息:
`sudo netselect -vv {{host_1}} {{host_2}}`
- 定义最大生存时间TTL
`sudo netselect -m {{10}} {{host_1}} {{host_2}}`
- 打印在主机中最快的 N 个服务器:
`sudo netselect -s {{N}} {{host_1}} {{host_2}} {{host_3}}`
- 显示帮助信息:
`netselect`