Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -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: