1
0
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
Go to file
2013-05-03 15:39:50 +02:00
bin Convert into gem 2013-05-03 15:32:08 +02:00
examples Convert into gem 2013-05-03 15:32:08 +02:00
init.d Fix path 2013-02-16 11:02:01 +01:00
lib Convert into gem 2013-05-03 15:32:08 +02:00
.gitignore Convert into gem 2013-05-03 15:32:08 +02:00
.travis.yml Convert into gem 2013-05-03 15:32:08 +02:00
Gemfile Convert into gem 2013-05-03 15:32:08 +02:00
LICENSE Add license 2013-02-25 22:56:33 +01:00
openvpn-status-web.gemspec Update desc 2013-05-03 15:39:50 +02:00
Rakefile Convert into gem 2013-05-03 15:32:08 +02:00
README.md Convert into gem 2013-05-03 15:32:08 +02:00

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
  • possibly more...

License

openvpn-statsu-web is licensed under the Apache License, Version 2.0. See LICENSE for more information.