Releases: eengl/ncepvpn
Releases · eengl/ncepvpn
ncepvpn v2.1.1
Bug Fixes
- Updated expected
uname -m
output on Apple Silicon from "arm" to "arm64"
Full Changelog: v2.1.0...v2.1.1
ncepvpn v2.1.0
New Features:
- Updated work on Linux and macOS systems (using Homebrew) for Intel and Apple Silicon
ncepvpn release v2.0.0
New Features:
- Ability to specify a primary and backup VPN server address. This version will automatically upgrade your .ncepvpn file, making a backup of the previous version.
ncepvpn release v1.1.2
With this release, macOS is now supported. Changes:
- Removed -D from install command in install.sh
- Set path for openconnect for macOS, point to the default path when installed by homebrew
- Changed stat command for macOS
ncepvpn release v1.1.1
Release notes for ncepvpn v1.1.1
Changes
- ncepvpn: Added logic to use either /etc/passwd file or command
getent passwd
to get the user's home directory path for Linux. Added support for macOS usingdscl
to obtain the user's home directory.
ncepvpn release v1.1.0
Release notes for ncepvpn v1.1.0
Changes
- ncepvpn: Added ability to read an openconnect-specific config file (~/.openconnect). This config file allows a user to specify openconnect options as described in the openconnect manual page.
ncepvpn release v1.0.1
Release notes for ncepvpn v1.0.1
Changes
- install.sh: Removed openconnect from sudoers rules. The only executable that needs sudoers is ncepvpn since it invokes openconnect.
- ncepvpn: Removed openconnect options
--no-cert-check
,--no-dtls
, and--force-dpd
. These are no longer needed with the NCEP VPN.