mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 17:51:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Start a new VPN session:
|
||||
|
||||
`openvpn3 session-start --config {{path/to/config.conf}}`
|
||||
`openvpn3 session-start {{[-c|--config]}} {{path/to/config.conf}}`
|
||||
|
||||
- List established sessions:
|
||||
|
||||
@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Disconnect the currently established session started with given configuration:
|
||||
|
||||
`openvpn3 session-manage --config {{path/to/config.conf}} --disconnect`
|
||||
`openvpn3 session-manage {{[-c|--config]}} {{path/to/config.conf}} {{[-D|--disconnect]}}`
|
||||
|
||||
- Import VPN configuration:
|
||||
|
||||
`openvpn3 config-import --config {{path/to/config.conf}}`
|
||||
`openvpn3 config-import {{[-c|--config]}} {{path/to/config.conf}}`
|
||||
|
||||
- List imported configurations:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user