openvpn3: add Chinese translation (#7788)

feature/windows-fix-syntax-2
Nata Jam 2022-02-17 21:17:44 +08:00 committed by GitHub
parent 60413b149c
commit 8e149127b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# openvpn3
> OpenVPN 3 Linux 客户端。
> 更多信息:<https://community.openvpn.net/openvpn/wiki/OpenVPN3Linux>.
- 打开一个新的 VPN 会话:
`openvpn3 session-start --config {{路径/到/config.conf}}`
- 列出已建立的会话:
`openvpn3 sessions-list`
- 断开当前建立的以给定配置开始的会话:
`openvpn3 session-manage --config {{路径/到/config.conf}} --disconnect`
- 导入 VPN 配置:
`openvpn3 config-import --config {{路径/到/config.conf}}`
- 列出导入的配置:
`openvpn3 configs-list`