Skip to content

Releases: iphoting/ovpnmcgen.rb

v0.7.1

10 Sep 16:35
v0.7.1
5d26d03
Compare
Choose a tag to compare
  • Bug fix: Do not disconnect from VPN over cellular if security level is medium (#33)

v0.7.0 - 2019-08-31

31 Aug 15:46
v0.7.0
4e6e19b
Compare
Choose a tag to compare
  • 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

31 Aug 15:45
e0d1fd1
Compare
Choose a tag to compare
  • Fixed: Without --p12file, AuthenticationMethod must be set to Password.
  • 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 an ActionParameters dict containing Domains, and if --domain-probe-url is set, also contains RequiredURLStringProbe.

New Release: v0.5.0.

22 Feb 13:52
Compare
Choose a tag to compare
  • Specify multiple remotes with --remotes "host2 1194 tcp","host3 1195 udp" flag.

New prerelease: v0.5.0.pre

23 Jan 22:54
Compare
Choose a tag to compare
  • Specify multiple remotes with --remotes "host2 1194 tcp","host3 1195 udp" flag.

v0.4.2

05 Jul 15:30
Compare
Choose a tag to compare
  • Bugfix: Default catch-all rule should be 'Ignore', any other option does not make sense.

v0.4.1

07 May 06:34
Compare
Choose a tag to compare
  • Bugfix: SSIDs specified as a string in configfile now correctly output as arrays. (a9e6381)

v0.4.0

07 May 03:18
Compare
Choose a tag to compare
  • VoD rules in --[un]trusted-ssids to also use InterfaceTypeMatch.
  • Added support for configuration persistance, via ENV or ~/.ovpnmcgen.rb.yml or --config flag.

v0.3.0

04 May 03:58
Compare
Choose a tag to compare
  • Documentation updates.
  • Added support for URLStringProbe, via --url-probe.

v0.2.1

19 Apr 09:33
Compare
Choose a tag to compare
  • Implement unit testing.
  • Switch to a portable and native uuidgen implementation.
  • Minor documentation improvements