Contents

NEDNSSettingsManager

An object you use to create and manage a DNS settings configuration.

Declaration

class NEDNSSettingsManager

Overview

When your app starts up, access the shared instance of the DNS settings manager, and load existing settings from the preferences using loadFromPreferences(completionHandler:). You can define your DNS server configuration, and persist it by calling saveToPreferences(completionHandler:).

In order to use your DNS settings, the user needs to enable it in the Settings app on iOS or in System Preferences on macOS.

Topics

Managing DNS configurations

Accessing DNS configuration properties

Handling errors

See Also

DNS configuration