<!--
{
  "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/NEDNSOverHTTPSSettings",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEDNSOverHTTPSSettings"
  },
  "title" : "NEDNSOverHTTPSSettings"
}
-->

# NEDNSOverHTTPSSettings

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

```
class NEDNSOverHTTPSSettings
```

## Topics

### Configuring server properties

[`serverURL`](/documentation/NetworkExtension/NEDNSOverHTTPSSettings/serverURL)

The URL of a DNS-over-HTTPS 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/NEDNSOverHTTPSSettings/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)