A server-side shell script which maintains a SQL database of VPN sessions, mainly for implementing concurrency limit per user.

@Ruoxi Wang Ruoxi Wang authored on 7 Oct 2018
.gitignore Ignore configuration file. 7 years ago
LICENSE Initial commit 7 years ago
README.md Initial commit 7 years ago
dumpenv.sh Also save arguments with which the script is being called. 7 years ago
hook.py Session logging and max session limiting done. 7 years ago
hook.sh Default max sessions per client is set to 3. 7 years ago
README.md

openvpn-server-session-db

A server-side shell script which maintains a SQLite database of VPN sessions, mainly for implementing concurrency limit per user.