Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions MOBILECONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ keys:

- `AuthenticationMethod` (string): Should be `Password`

- `OnDemandEnabled` (integer): Optional, set to `1` to enable on-demand activation.

- `OnDemandRules` (array): Optional, an array with on-demand rules. See the [Configuration Profile Reference, page 95](https://developer.apple.com/business/documentation/Configuration-Profile-Reference.pdf) for more information, or [this gist](https://gist.github.com/deg0nz/bec056213aef57d84b05b21bb046a16c) for an example.

Here's an example WireGuard configuration payload dictionary:

```xml
Expand Down