mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
openvpn3: add page (#6107)
This commit is contained in:
parent
103edfabfb
commit
5b64655ebc
1 changed files with 24 additions and 0 deletions
24
pages/linux/openvpn3.md
Normal file
24
pages/linux/openvpn3.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# openvpn3
|
||||
|
||||
> OpenVPN 3 Linux client.
|
||||
> More information: <https://community.openvpn.net/openvpn/wiki/OpenVPN3Linux>.
|
||||
|
||||
- Start a new VPN session:
|
||||
|
||||
`openvpn3 session-start --config {{path/to/config.conf}}`
|
||||
|
||||
- List established sessions:
|
||||
|
||||
`openvpn3 sessions-list`
|
||||
|
||||
- Disconnect the currently established session started with given configuration:
|
||||
|
||||
`openvpn3 session-manage --config {{path/to/config.conf}} --disconnect`
|
||||
|
||||
- Import VPN configuration:
|
||||
|
||||
`openvpn3 config-import --config {{path/to/config.conf}}`
|
||||
|
||||
- List imported configurations:
|
||||
|
||||
`openvpn3 configs-list`
|
Loading…
Add table
Reference in a new issue