Skip to content

degenhard/openvpn-mgmt-webinterface

 
 

Repository files navigation

INSTALL:

* move settings-dist.py to settings.py and change contents
* configure openvpn.conf like this:
	management localhost 7505 /etc/openvpn/mgmt.txt
	client-connect /opt/purple/openvpn_connect.py
	client-disconnect /opt/purple/openvpn_disconnect.py
	auth-user-pass-verify /opt/purple/openvpn_auth.py via-file
	script-security 2
	tmp-dir /dev/shm
* create mgmt.txt, it should contain the management interface password
  and nothing else.
* ./manage.py syncdb, runserver

About

A Django project providing certain hooks for OpenVPN servers to implement user accounts and traffic accounting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published