aboutsummaryrefslogtreecommitdiffstats
path: root/MOBILECONFIG.md
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-02-15 14:05:15 +0530
committerRoopesh Chander <roop@roopc.net>2019-02-15 14:05:15 +0530
commitcf51344444a36e7946eff6b5540ab21c5ea32353 (patch)
tree66c921c87a26889924bdc0549ae7f384db1fdce4 /MOBILECONFIG.md
parentREADME: supports macOS (diff)
downloadwireguard-apple-cf51344444a36e7946eff6b5540ab21c5ea32353.tar.xz
wireguard-apple-cf51344444a36e7946eff6b5540ab21c5ea32353.zip
.mobileconfig: fix lists
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'MOBILECONFIG.md')
-rw-r--r--MOBILECONFIG.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/MOBILECONFIG.md b/MOBILECONFIG.md
index e637867..d47edfd 100644
--- a/MOBILECONFIG.md
+++ b/MOBILECONFIG.md
@@ -14,14 +14,12 @@ A .mobileconfig file is a plist file in XML format. The top-level XML item is a
- `PayloadVersion` (integer): Should be `1`
- `PayloadIdentifier` (string): A reverse-DNS style unique identifier for the profile file.
-
If you install another .mobileconfig file with the same identifier, the new one
overwrites the old one.
- `PayloadUUID` (string): A randomly generated UUID for this payload
- `PayloadContent` (array): Should contain an array of payload dictionaries.
-
Each of these payload dictionaries can represent a WireGuard tunnel
configuration.
@@ -66,7 +64,6 @@ keys:
- `PayloadUUID` (string): A randomly generated UUID for this payload
- `UserDefinedName` (string): The name of the WireGuard tunnel.
-
This name shall be used to represent the tunnel in the WireGuard app, and in the System UI for VPNs (Settings > VPN on iOS, System Preferences > Network on macOS).
- `VPNType` (string): Should be `VPN`
@@ -79,13 +76,11 @@ keys:
- `VendorConfig` (dict): Should be a dictionary with the following key:
- `WgQuickConfig` (string): Should be a WireGuard configuration in [wg-quick(8)] / [wg(8)] format.
-
The keys 'FwMark', 'Table', 'PreUp', 'PostUp', 'PreDown', 'PostDown' and 'SaveConfig' are not supported.
- `VPN` (dict): Should be a dictionary with the following keys:
- `RemoteAddress` (string): A non-empty string.
-
This string is displayed as the server name in the System UI for
VPNs (Settings > VPN on iOS, System Preferences > Network on macOS).