openvpn3 end session code example
Example 1: openvpn3 stop session
// display sessions list
openvpn3 sessions-list
// indentify the session you want to disconnect by "Config name"
// change the {config_name} with the session config name
openvpn3 session-manage --config {config_name} --disconnect
Example 2: openvpn3 start session
openvpn3 session-start --config /path/to/ovpnfile