Contents

shared()

Returns a singleton DNS proxy manager instance.

Declaration

class func shared() -> NEDNSProxyManager

Return Value

The NEDNSProxyManager instance for the app.

Discussion

Each app is allowed to create a single DNS proxy manager. The shared() type method returns a singleton NEDNSProxyManager instance that your app can use to manage any DNS proxy instances that it creates.

See Also

Managing the DNS proxy configuration