<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEDNSOverTLSSettings",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEDNSOverTLSSettings"
  },
  "title" : "NEDNSOverTLSSettings"
}
-->

# NEDNSOverTLSSettings

The DNS resolver settings for a DNS-over-TLS server.

```
class NEDNSOverTLSSettings
```

## Topics

### Configuring server properties

[`serverName`](/documentation/NetworkExtension/NEDNSOverTLSSettings/serverName)

The TLS name of a DNS-over-TLS server.

[`init(servers:)`](/documentation/NetworkExtension/NEDNSSettings/init(servers:))

Initialize the `NEDNSSetting` object.

[`matchDomains`](/documentation/NetworkExtension/NEDNSSettings/matchDomains)

A list of domain strings used to determine which DNS queries will use the DNS resolver settings contained in this object.

### Configuring client properties

[`identityReference`](/documentation/NetworkExtension/NEDNSOverTLSSettings/identityReference)

A persistent keychain reference to a keychain item containing the certificate and private key components of the DNS client credential.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)