---
title: isEnabled
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nednssettingsmanager/isenabled
---

# isEnabled

A Boolean you use to query the enabled state of the DNS settings configuration.

## Declaration

```swift
var isEnabled: Bool { get }
```

## Discussion

Discussion A user must enable your DNS settings configuration in order to apply it to the system. By default, configurations are disabled until the user enables the configuration in the Settings app on iOS or in System Preferences on macOS.

## See Also

### Accessing DNS configuration properties

- [dnsSettings](networkextension/nednssettingsmanager/dnssettings.md)
- [localizedDescription](networkextension/nednssettingsmanager/localizeddescription.md)
- [onDemandRules](networkextension/nednssettingsmanager/ondemandrules.md)
