OpenVPN plugin python proxy
This package proxies OpenVPN plugin functions requests to python module
Package builds and tested on FreeBSD. Before build, check and change LIBDIR variable of OpenVPN plugin directory location in Makefile. If you use this package on Linux - please check system libraries/includes paths in Makefile and setup.py files. If you change any logic in Python module - before module install and compile always do "make clean"
just type "make"
just type "make install"
just type "make clean"
In directory python_module_src you can find template python module for OpenVPN. By default module has name "openvpn". If you need more than one module in OpenVPN, change their name to another.
Add to openvpn configuration file next line and restart openvpn
plugin <plugindir>openvpn-plugin-python-proxy.so "openvpn"
Where "openvpn" is the name of python module installed to system.
- Kaltashkin Eugene zhecka@gmail.com