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 8 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 Store client's IPv6 address if connected via IPv6. 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.