mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 08:52:58 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/linux/openvpn3
Normal file
29
tldr/linux/openvpn3
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user