Skip to content

Commit

Permalink
Added warnings of OpenVPN Connect v1.2.x breaking changes to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphoting committed Jan 18, 2018
1 parent 99c449b commit 58cb264
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ OpenVPN iOS Configuration Profile Utility

Generates iOS configuration profiles (.mobileconfig) that configures OpenVPN for use with VPN-on-Demand that are not accessible through the Apple Configurator or the iPhone Configuration Utility.

---

**OpenVPN Connect (iOS) v1.2.x**:
- Breaking changes: enable the `--v12compat` switch.
- Bug/workaround: enable the `--cert` & `--key` switches as necessary.

Refer to [known issues](#known-issues) below for more details.

---

Although there are many possible VPN-on-Demand (VoD) triggers, this utility currently only implements `SSIDMatch`, `InterfaceTypeMatch`, and optionally `URLStringProbe`. For 'high' (default) security level, the following algorithm is executed upon network changes, in order:

- If wireless SSID matches any specified with `--trusted-ssids`, tear down the VPN connection and do not reconnect on demand.
Expand Down

0 comments on commit 58cb264

Please sign in to comment.