openvpn3: add page (#6107)

manned-org^2
Miroslav Shubernetskiy 2021-06-11 10:36:54 -04:00 committed by GitHub
parent 103edfabfb
commit 5b64655ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/openvpn3.md Normal file
View 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`