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

29
pages.zh/osx/vpnd.md Normal file
View File

@@ -0,0 +1,29 @@
# vpnd
> 监听传入的 VPN 连接。
> 不应手动调用。
> 更多信息:<https://keith.github.io/xcode-man-pages/vpnd.8.html>。
- 启动守护进程:
`vpnd`
- 在前台运行守护进程:
`vpnd -x`
- 在前台运行守护进程并将日志打印到终端:
`vpnd -d`
- 在前台运行守护进程,打印日志到终端,并在验证参数后退出:
`vpnd -n`
- 针对特定服务器配置运行守护进程:
`vpnd -i {{server_id}}`
- 显示帮助:
`vpnd -h`