Releases: iphoting/ovpnmcgen.rb
Releases · iphoting/ovpnmcgen.rb
v0.7.1
v0.7.0 - 2019-08-31
- Improve url probe handling
- Extract user and device information from p12
- Add support for disconnect on idle timer
- Add support for customizing the VPN profile name
- Make profile uuid stable
- Improve profile description with VPN config map
- Make vpn uuid stable
- Make cert uuid stable
- Add support for TLS-Crypt
- Add workaround for global config flag not being parsed
v0.6.0 - 2018-01-27
- Fixed: Without
--p12file
,AuthenticationMethod
must be set toPassword
. - Added support for
--cert
and--key
for inline attachment of certificate and key, to workaround bug in OpenVPN Connect 1.2.5. - Added
--v12compat
switch for OpenVPN Connect 1.2.x compatibility for updated bundle identifier (VPNSubType)net.openvpn.connect.app
(changed since OpenVPN Connect 1.2.x). - Added support for
vpn-on-demand: 0
key/value pair with--no-vod
is set, so that OpenVPN Connect can control this profile.. - Fixed: Domain VoD Actions should not be included without
--domains
flag. - Added support for
EvaluateConnection
,Domains
, via--domains
. It will include anActionParameters
dict containingDomains
, and if--domain-probe-url
is set, also containsRequiredURLStringProbe
.
New Release: v0.5.0.
- Specify multiple remotes with
--remotes "host2 1194 tcp","host3 1195 udp"
flag.
New prerelease: v0.5.0.pre
- Specify multiple remotes with
--remotes "host2 1194 tcp","host3 1195 udp"
flag.