Releases: Dhi13man/auto_vpn_connect
Releases · Dhi13man/auto_vpn_connect
auto_vpn_connect v0.0.2 | Global Protect Integration and tech enhancements
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
- Integrated one-step Palo Alto Global Protect VPN connection/disconnection.
- Decoupled VPN Config and VPN Data Models for future flexibility.
- Removed unnecessary Zope Interfaces dependency as it does not seem worth the maintenance effort.
- 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
auto_vpn_connect
A Python script that allows users to automatically connect to VPNs with minimal effort.
Features Included
- Connect/Disconnect and set up Auto-Connect to Pritunl VPNs.
- 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. - Set up customisable JSON VPN profiles and configs to customise where various CLIs and dependencies might be located
- Extensibility to add other VPN clients with ease.
Changelog
- Initial implementation of the base features of the auto_vpn_connect script.
Releases
- auto_vpn_connect-0.0.1-macos: Tested and working on MacOS Ventura 13.2.1
- auto_vpn_connect-0.0.1-windows.exe: Tested and working on Windows 10 64-Bit
- 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.