Relay
com.apple.relay.managed
The payload that configures relay settings.
Configuration Keys (8)
| Key | Type | Title |
|---|---|---|
RelaysrequiredAn array of dictionaries that describe one or more relay servers that the system can chain together. | array | Relays |
MatchDomainsA list of domain strings that the system uses to determine which connection to route through the servers in 'Relays'. Any connection that matches a domain in the list exactly or is a subdomain of the listed domain uses the relay servers, unless it matches a domain in 'ExcludedDomains'. If this list and 'MatchFQDNs' are empty, the system routes traffic to all domains to the relay servers, except those that match an excluded domain or excluded FQDN. | array | Match Domains |
ExcludedDomainsA list of domain strings to exclude from routing through the servers in 'Relays'. Any connection that matches a domain in the list exactly or is a subdomain of the listed domain won't use the relay server. | array | Excluded Domains |
RelayUUIDA globally unique identifier for this relay configuration. The system uses this UUID to route managed apps through the servers in 'Relays'. This key is required for user enrollment. | string | — |
MatchFQDNsA list of Fully Qualified Domain Names (FQDNs) to be routed through the servers contained in 'Relays'. Any connection that matches an FQDN in the list exactly uses the relay servers. If this list and 'MatchDomains' are empty, the system routes traffic to all domains to the relay servers, except those that match an excluded domain or excluded FQDN. | array | Match FQDNs |
ExcludedFQDNsA list of Fully Qualified Domain Names (FQDNs) to exclude from routing through the servers contained in 'Relays'. Any connection that matches an FQDN in the list exactly won't use the relay server. When 'MatchDomains' is also present, any FQDN listed in the list should be a subdomain of at least one 'MatchDomain' value, otherwise it will not have any effect. | array | Excluded FQDNs |
UIToggleEnabledIf 'true', the device allows the user to disable this network relay configuration. Default: true | boolean | UI Toggle Enabled |
AllowDNSFailoverIf 'true', the device allows the relay to failover to the default system DNS resolver. Default: false | boolean | Allow DNS Failover |
Relay | dict | Network Relay |
HTTP3RelayURLThe URL or URI template, as defined in RFC 9298, of a relay server that's reachable using HTTP/3 and supports proxying TCP and UDP using the CONNECT method. Each relay needs to include either 'HTTP2RelayURL' or 'HTTP3RelayURL', or it can include both. | string | HTTP/3 Relay URL |
HTTP2RelayURLThe URL or URI template, as defined in RFC 9298, of a relay server that's reachable using HTTP/2 and supports proxying TCP and UDP using the CONNECT method. Each relay needs to include either 'HTTP2RelayURL' or 'HTTP3RelayURL', or it can include both. | string | HTTP/2 Relay URL |
AdditionalHTTPHeaderFieldsA dictionary that contains custom HTTP header keys and values to add to each request. The dictionary key name represents the HTTP header field name to use, and the dictionary value is the string to use as the HTTP header field value. | dict | Additional HTTP Header Fields |
PayloadCertificateUUIDThe UUID that points to an identity certificate payload, which the system uses to authenticate the user to the relay server. | string | Certificate UUID |
RawPublicKeysAn array of DER-encoded raw public keys that the system uses to authenticate the server during a TLS handshake. The server needs to use one of the keys in the handshake to authenticate. If this array is empty, the system uses the default TLS trust evaluation. | array | Raw Public Keys |
{{key}}required | string | — |
{{value}}requiredThe HTTP header field value for the corresponding header field name. | string | — |
RawPublicKeysElement | data | Raw Public Key Element |
MatchDomainsElement | string | Match Domains Element |
ExcludedDomainsElement | string | Excluded Domains Element |
MatchFQDNsElement | string | Match FQDNs Element |
ExcludedFQDNsElement | string | Excluded FQDNs Element |