Skip to main content

Auto connect to UoL VPN by Raymond Tunstill.

Project description

UoL Auto VPN

Automatically extract a VPN cookie from remote.lincoln.ac.uk and connect. For faster access fill in env.json.

Documentation

Please refer to the documentation for installation instructions and API usage.

Usage

Method One (Best)

One line installer.

wget -qO install.sh https://raw.githubusercontent.com/RaymondKirk/uol_auto_vpn/main/install.sh && ((sleep 2 && rm install.sh)&) && bash install.sh
# or
curl -s https://raw.githubusercontent.com/RaymondKirk/uol_auto_vpn/main/install.sh --output install.sh && ((sleep 2 && rm install.sh)&) && bash install.sh

Once installed run from any terminal window via the command uol_auto_vpn.

Method Two (Pip)

pip install uol_auto_vpn
uol_auto_vpn

Method Three (Source)

sudo apt install python3 python3-venv openconnect
git clone https://github.com/uol_auto_vpn --depth 1
cd uol_auto_vpn
python3 -m venv venv --clear
source venv/bin/activate
pip install -e .
uol_auto_vpn  # or => python uol_auto_vpn/run.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uol_auto_vpn-1.0.3.tar.gz (20.0 kB view hashes)

Uploaded Source

Built Distribution

uol_auto_vpn-1.0.3-py3-none-any.whl (21.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page