A small command line wrapper to alllow command line interaction with the popular OpenVPN installer script by Nyr
Go to file
Miguel Nogueira ccd1cda243 Update license 2019-09-10 20:14:41 +02:00
.idea UTF8 Encode file output 2019-06-12 15:39:17 +01:00
venv Add venv 2019-06-11 22:24:08 +01:00
.env Make process path dynamic 2019-06-11 22:16:48 +01:00
LICENSE Update license 2019-09-10 20:14:41 +02:00
README.md Update README 2019-09-10 19:59:11 +02:00
pyvpn Update os command call 2019-07-08 23:31:06 +00:00

README.md

#PyVPN

Suitable for RasperryPI 3 Model B+ (tested on Raspbian NOOBS)

Usage

pyvpn --create-client [clientname]

Requirements

This program requires the following libraries:

pexpect

base64

Only pexpect needs to be installed. Run pip install pexpect to install it.

Or if that didn't work, try easy_install pexpect

Compatibilty

This script hasn't been tested for Windows use. It will, however, run in all distributions and RPI too. You need to have Python 3 installed for this to work.

Installation

Move the script to the scripts directory:

From the repository you just cloned,

Source the path environment variable: source ./.env

Then install the program: mv pyVPN.py /usr/local/bin/pyvpn

Confirm that the path echo $PYVPN_PROCESS_PATH is correct. If not, adjust the env file and resource.

Contributing

All contributions are generally accepted! I'm grateful for any support and advice I might encounter. Thank you!

What it returns

The program will return a base64 encoded string of the client config file, for ease of transport across other programs. However, you can clean your terminal and look for the file in the /root directory.

/root/example.ovpn

Licensing

See LICENSE