Contents

nw_resolver_config_create_https(_:)

Initializes a DNS-over-HTTPS resolver configuration.

Declaration

func nw_resolver_config_create_https(_ url_endpoint: nw_endpoint_t) -> nw_resolver_config_t

Parameters

  • url_endpoint:

    The URL describes the location of the DNS server, such as “https://dnsserver.example.net/dns-query”. See Rfc8484 for more details.

See Also

Requiring Encrypted DNS