Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 736 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 736 Bytes

openvpn3_manager

Simple way to connect and disconnect to openvpn3 server.

The main feature of this repo - small script that helps you to disconnect easilly existing session;

Create your client.ovpn file with all requierd details

Use import.sh to add new configuration file

startsession.sh - start new session, will promt to input user credentials

listsessions.sh - show the output of exisitng active sessions

disconnect.sh - will take 1st active session and disconnect it.

get_session_path.py - Python script that extracts the path to session and output it to stdout


UPDATE

You can use the disconnect_cli.sh only, without python script.

Big thanks to AnilRedshift