/cvpn

On demand cloud VPN

Primary LanguagePythonThe UnlicenseUnlicense

cvpn

On demand cloud VPN

Installation

Install python:

apt-get update && apt-get install python3-pip

Install dependencies:

python3 -m pip install -U boto3 --user
python3 -m pip install -U paramiko --user