Options (2)
-c, --configbooleanStart a new VPN session
Example:
openvpn3 session-start {{[-c|--config]}} {{path/to/config.conf}}-D, --disconnectbooleanDisconnect the currently established session started with given configuration
Example:
openvpn3 session-manage {{[-c|--config]}} {{path/to/config.conf}} {{[-D|--disconnect]}}Examples (5)
Start a new VPN session
openvpn3 session-start [-c|--config] path/to/config.confList established sessions
openvpn3 sessions-listDisconnect the currently established session started with given configuration
openvpn3 session-manage [-c|--config] path/to/config.conf [-D|--disconnect]Import VPN configuration
openvpn3 config-import [-c|--config] path/to/config.confList imported configurations
openvpn3 configs-listmade by @shridhargupta | data from tldr-pages