VPN.DNS
The dictionary to configure DNS settings for the VPN.
Declaration
object VPN.DNSProperties
| Name | Type | Description |
|---|---|---|
DNSProtocol Required | string | The transport protocol to communicate with the DNS server. Available: iOS 14+ | iPadOS 14+ | macOS 11+ | tvOS 17+ | visionOS 1+ | watchOS 10+ |
DomainName | string | The primary domain of the tunnel. Available: iOS 10+ | iPadOS 10+ | macOS 10.12+ | tvOS 17+ | visionOS 1+ | watchOS 10+ |
PayloadCertificateUUID | string | That UUID that points to an identity certificate payload. The system uses this identity to authenticate the user to the DNS resolver. Available: iOS 16+ | iPadOS 16+ | macOS 13+ | tvOS 17+ | visionOS 1+ | watchOS 10+ |
SearchDomains | [string] | The list of domain strings used to fully qualify single-label host names. Available: iOS 10+ | iPadOS 10+ | macOS 10.12+ | tvOS 17+ | visionOS 1+ | watchOS 10+ |
ServerAddresses Required | [string] | The array of DNS server IP address strings. These IP addresses can be a mixture of IPv4 and IPv6 addresses. Available: iOS 10+ | iPadOS 10+ | macOS 10.12+ | tvOS 17+ | visionOS 1+ | watchOS 10+ |
ServerName | string | The hostname of a DNS-over-TLS server to validate the server certificate, as defined in RFC 7858. If Available: iOS 14+ | iPadOS 14+ | macOS 11+ | tvOS 17+ | visionOS 1+ | watchOS 10+ |
ServerURL | string | The URI template of a DNS-over-HTTPS server, as defined in RFC 8484, which needs to use the Available: iOS 14+ | iPadOS 14+ | macOS 11+ | tvOS 17+ | visionOS 1+ | watchOS 10+ |
SupplementalMatchDomains | [string] | The list of domain strings used to determine which DNS queries use the DNS resolver settings in If Split-tunnel configurations can direct all DNS queries to the VPN DNS servers before the primary DNS servers. If the VPN tunnel becomes the network’s default route, the servers listed in Available: iOS 10+ | iPadOS 10+ | macOS 10.12+ | tvOS 17+ | visionOS 1+ | watchOS 10+ |
SupplementalMatchDomainsNoSearch | integer | If Available: iOS 10+ | iPadOS 10+ | macOS 10.12+ | tvOS 17+ | visionOS 1+ | watchOS 10+ |