Answers for "openvpn session stop"

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
Posted by: Guest on April-13-2021

Browse Popular Code Answers by Language