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 Push 'disable' to reject the client instead of non-0 exit code. 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.