You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
--vpn-uuid UUID Override a VPN configuration payload UUID.
74
+
--vpn-name NAME Override a VPN configuration payload name displayed under
75
+
Settings.app > General > VPN.
74
76
--profile-uuid UUID Override a Profile UUID.
75
77
--cert-uuid UUID Override a Certificate payload UUID.
76
78
-t, --trusted-ssids SSIDS List of comma-separated trusted SSIDs.
77
79
-u, --untrusted-ssids SSIDS List of comma-separated untrusted SSIDs.
78
80
-d, --domains DOMAINS List of comma-separated domain names requiring VPN service.
79
81
--domain-probe-url PROBE An HTTP(S) URL to probe, using a GET request. If no HTTP response code is received from the server, a VPN connection is established in response.
82
+
--trusted-ssids-probe-url PROBE An HTTP(S) URL to probe, using a GET request. If no HTTP response code is received from the server, a VPN connection is established in response.
80
83
--url-probe URL This URL must return HTTP status 200, without redirection, before the VPN service will try establishing.
81
-
--remotes REMOTES List of comma-separated alternate remotes: "<host> <port> <proto>".
84
+
--remotes REMOTES List of comma-separated alternate remotes: "<host> <port> <proto>".
85
+
--idle-timer TIME Disconnect from VPN when idle for a certain period of time (in seconds) scenarios. Requires disabling "Reconnect On Wakeup" on OpenVPN.app.
82
86
--ovpnconfigfile FILE Path to OpenVPN client config file.
83
87
-o, --output FILE Output to file. [Default: stdout]
0 commit comments