Small Rack (Ruby) application serving OpenVPN status file
Go to file
cn 428be14363 Add license 2013-02-25 22:56:33 +01:00
init.d Fix path 2013-02-16 11:02:01 +01:00
Gemfile Safer gems 2013-02-25 22:44:59 +01:00
Gemfile.lock Safer gems 2013-02-25 22:44:59 +01:00
LICENSE Add license 2013-02-25 22:56:33 +01:00
README.md Add license 2013-02-25 22:56:33 +01:00
main.html.erb Improve margins 2013-02-16 00:01:16 +01:00
status.rb Add usage output 2013-02-25 19:58:43 +01:00

README.md

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.