From 1d003d6dba7e49177cc54ff06fcca0cd8c810c84 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Fri, 15 Feb 2019 14:05:15 +0530 Subject: [PATCH] .mobileconfig: fix lists --- MOBILECONFIG.md | 5 ----- wireguard-go | 2 +- 2 files changed, 1 insertion(+), 6 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). diff --git a/wireguard-go b/wireguard-go index f7170e5..c4b43e3 160000 --- a/wireguard-go +++ b/wireguard-go @@ -1 +1 @@ -Subproject commit f7170e5de2065f37bac647484b34711db4797394 +Subproject commit c4b43e35a772305858e610d879c2b9d47f4d9866