mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 22:05:59 +02:00
openvpn3: add Chinese translation (#7788)
This commit is contained in:
parent
60413b149c
commit
8e149127b0
1 changed files with 24 additions and 0 deletions
24
pages.zh/linux/openvpn3.md
Normal file
24
pages.zh/linux/openvpn3.md
Normal 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`
|
Loading…
Add table
Reference in a new issue