mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2024-11-05 04:56:17 +01:00
Small Rack (Ruby) application serving OpenVPN status file
init.d | ||
Gemfile | ||
LICENSE | ||
main.html.erb | ||
README.md | ||
status.rb |
openvpn-status-web
Small (another word for naive in this case, it's simple and serves my needs) rack app providing the information the OpenVPN server collects in it's status file especially including a list of currently connected clients (common name, remote address, traffic, ...). It comes with a Debian 6 compatible init.d file.
It lacks:
- authentication
- caching (parses file on each request, page does auto-refresh every minute as OpenVPN updates the status file these often)
- management interface support
- a gem
- possibly more...
License
openvpn-statsu-web is licensed under the Apache License, Version 2.0. See LICENSE for more information.