---
title: "NWParameters.PrivacyContext.ResolverConfiguration.https(_:serverAddresses:)"
framework: network
role: symbol
role_heading: Case
path: "network/nwparameters/privacycontext/resolverconfiguration/https(_:serveraddresses:)"
---

# NWParameters.PrivacyContext.ResolverConfiguration.https(_:serverAddresses:)

A DNS-over-HTTPS resolver configuration.

## Declaration

```swift
case https(URL, serverAddresses: [NWEndpoint])
```

## Discussion

Discussion The URL describes the location of the DNS server, such as “https://dnsserver.example.net/dns-query”. See RFC 8484 for more details. The associated server addresses you provide are hints for which well-known DNS server addresses to use.

## See Also

### Resolver Types

- [NWParameters.PrivacyContext.ResolverConfiguration.tls(_:serverAddresses:)](network/nwparameters/privacycontext/resolverconfiguration/tls(_:serveraddresses:).md)
