Skip to content

Releases: Dhi13man/auto_vpn_connect

auto_vpn_connect v0.0.2 | Global Protect Integration and tech enhancements

16 Jun 15:29
8389323
Compare
Choose a tag to compare

This release is mostly about integration with Palo Alto Global Protect VPN and some minor tech improvements that could make future development easier:

What's Changed

  1. Integrated one-step Palo Alto Global Protect VPN connection/disconnection.
  2. Decoupled VPN Config and VPN Data Models for future flexibility.
  3. Removed unnecessary Zope Interfaces dependency as it does not seem worth the maintenance effort.
  4. Upgraded pyinstaller dependency to leave the vulnerable version.

Full Changelog: https://github.com/Dhi13man/auto_vpn_connect/commits/0.0.2

auto_vpn_connect v0.0.1 | Initial Release

25 Mar 09:46
Compare
Choose a tag to compare

auto_vpn_connect

A Python script that allows users to automatically connect to VPNs with minimal effort.

Features Included

  1. Connect/Disconnect and set up Auto-Connect to Pritunl VPNs.
  2. Save PINs, Tokens and auto fetch TOTPs using pyotp by providing the TOTP URL to minimise the effort to connect to VPNs, after a one-time setup.
  3. Set up customisable JSON VPN profiles and configs to customise where various CLIs and dependencies might be located
  4. Extensibility to add other VPN clients with ease.

Changelog

  • Initial implementation of the base features of the auto_vpn_connect script.

Releases

  1. auto_vpn_connect-0.0.1-macos: Tested and working on MacOS Ventura 13.2.1
  2. auto_vpn_connect-0.0.1-windows.exe: Tested and working on Windows 10 64-Bit
  3. auto_vpn_connect-0.0.1-ubuntu: Tested and working on Ubuntu 20.04.06.LTS 64-Bit

As usual, if any specific release does not work on your particular machine, feel free to build your own binaries from the source code, using PyInstaller.